: preg_match(): Allocation of JIT memory failed, PCRE JIT will be disabled. This is likely caused by security restrictions. Either grant PHP permission to allocate executable memory, or set pcre.jit=0 [in
Code
## Guard against is_dev misconfiguration
$isDevUrl = (bool) preg_match("/\.dev/", SERVER_NAME);
if ($isDev !== 1 && $isDev !== 0) {
Cake\Error\ErrorTrap->handleError() [internal], line ??
/var/www/dilectus.fyi/config/bootstrap.php /var/www/dilectus.fyi/config/bootstrap.php, line 248
/var/www/dilectus.fyi/vendor/cakephp/cakephp/src/Http/BaseApplication.php /var/www/dilectus.fyi/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 186
Cake\Http\BaseApplication->bootstrap() /var/www/dilectus.fyi/src/Application.php, line 49
App\Application->bootstrap() /var/www/dilectus.fyi/vendor/cakephp/cakephp/src/Http/Server.php, line 117
Cake\Http\Server->bootstrap() /var/www/dilectus.fyi/vendor/cakephp/cakephp/src/Http/Server.php, line 79
Cake\Http\Server->run() /var/www/dilectus.fyi/webroot/index.php, line 37
[main]