Invoiceninja fresh install blank screen

Installed invoiceninja fresh from the github repo, with nginx and mariadb. No errors in any of the logs I could find, but trying to load the url just gives a blank white page. Inspecting the page says it’s a 500 error, but I can’t find any more info than that.

Hi,

Have you checked both the web server error logs and the applications logs in storage/logs?

Yep, no entries in either

@david do you have any suggestions?

Changed fastcgi_intercept_errors to on in nginx.conf, and now I get a generic nginx error page instead of a blank screen. Still no info in the logs though.

Update: I restarted the php-fpm service and now it appears to be working. Sure wish there was a better way to debug that than just trying whatever I can think of until something sticks.