Hello, I am trying to install flarum for the first time and I am not able to get it to work past the install screen.
In the web console I get this error: Uncaught TypeError: Cannot read property 'app' of undefined
at (index):99
And here is an image of the error: image
I am using Caddy as a webserver/proxy, here's the config from that:
feedback.crafters-island.com {
root * /var/www/flarum/public
try_files {path} {path}/ /index.php
php_fastcgi unix//run/php/php7.4-fpm.caddy.sock
header /assets {
+Cache-Control "public, must-revalidate, proxy-revalidate"
+Cache-Control "max-age=25000"
Pragma "public"
}
encode gzip
}
I turned debug mode on in config.php, and that did not provide any other details. I also checked {flarum}/storage/logs and there is nothing in there. I am stuck at this point so any help would be appreciated, thank you.