Greetings all,
trying to get ninja v5 to run. Version is 5.3.84, running apache2.4 on ubuntu 20.04, ssh-connected to the remote server. Using mysql, ninja is in /var/www/html/invoiceninja (zip download), php version 8.0 on ubuntu and apache2 both. Also running some other servers with the apache, some using nodejs, some php, these work fine. I did the setup with php artisan generate:key and artisan migrate:fresh --seed. All fine so far.
I was able to reach ninja over <server>/invoiceninja/public/setup from my PC (external, not from the ubuntu server itself). Put in the information, tested PDF-generation, connection to database, email and the other fields. All worked, mail reached me, setup completed, .env was updated with the input data as well.
Now the setup is done and I can’t seem to get further. Trying <server>/invoiceninja/public/index.php gets me a 500 error (ReferenceError: Livewire is not defined in the browser). Going to /invoiceninja/publc or /invoiceninja gets me a 404 error (“Back to <server>”, links to <server>/client). On /invoiceninja it just gives me the 404 report, on /invoiceninja/public I get the same but with some stock-photo on top (ReferenceError: Livewire is not defined as well). Going to invoiceninja/public/setup redirects to invoiceninja/public
Any ideas/ways I can debug this further? I’m a bit confused since the setup worked, so the general dependencies seem to work fine, so are the connections/tests on setup.
Thanks in advance