I migrated to V5 today. I installed it and do updates through installatron. I use version 5.4.11 of Invoice Ninja.
Now, I pushed the button to see the React UI and now my invoiceninja doesn’t seem to be working.
When I look in the dev tools, I get 404, the main problem is that it is trying to load the files (js, …) from the wrong URL location, it is just using my main ULR and not the URL where my invoiceninja is installed.
Thanks, @hillel, it worked for me, for those using shared hosting. go to the PHPMyAdmin app database (XXXXXX_ninjXXX) under “set_react_as_default_ap” and change the value to 0.
Yes, UPDATE accounts SET set_react_as_default_ap = 0; fixed the issue by taking it back to flutter version but please how to have react version working.