I have already tried various ways to get InvoiceNinja v5 working, thru the local installation and with ubuntu. but I always see a white screen after the setup screen. the logs do not show any error messages, only with the devtool can I find these error messages:
GET http://localhost/rsms/inter.css net::ERR_ABORTED 404 (Not Found) invoiceninja/:20
GET http://localhost/index-5d69720c.css net::ERR_ABORTED 404 (Not Found) invoiceninja/:19
GET http://localhost/bundle.js net::ERR_ABORTED 404 (Not Found) manifest.json:1
GET http://localhost/manifest.json 404 (Not Found) manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.
@jesse Is there anything in your laravel.log? Nothing in your web logs for nginx or Apache?
That could be indicating that either IN was not installed correctly, or that your web user does not have correct permissions to access those directories/assets.
Having the same issue, after setting up all i get is a white screen both on localhost/invoiceninja and localhost/invoiceninja/index.php. Anyone got any fix for it ?
yes I used the latest one on that link. Also my laravel.log is empty. I can also access localhost/invoiceninja/client, shows the client login page other than that nothing else opens.
I also tried deleting the account from data base to force creating a new account still same result after finishing the setup
I downloaded the .tar and I am not using the React app, trying to self host it on Xampp.
Not sure if I did something wrong but other than the normal setups for the env, I changed the .htaccess in public
RewriteRule ^ /invoiceninja/%1 [L,R=301]
RewriteRule ^ /invoiceninja/index.php [L]
I have however tried without this change and I get the same result.
Thank you for your fast responses btw
EDIT: Cant post anymore replies so will have to edit this:
I tried it now on the desktop app, self-hosted with my details Im getting
500: Internal Server Error Apache error says:
AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.