Update Broke Existing Installation
Solved
Invoice Ninja
-
Updating to 1.12.15 my instance to stop loading (just a white screen when you go the URL).
I have updated to 1.12.16 but it did not fix the issue.
Upon loading the app I see this in the error log:
<!-- If you are reading this, there is a fair change that the react application has not loaded for you. There are a couple of solutions: 1. Download the release file from https://github.com/invoiceninja/invoiceninja and overwrite your current installation. 2. Switch back to the Flutter application by editing the database, you can do this with the following SQL UPDATE accounts SET set_react_as_default_ap = 0; -->
-
I was able to switch back to the Flutter app by running the mysql command:
UPDATE accounts SET set_react_as_default_ap = 0;
However, it would be great to be able to access the react app again!
-
I've been using the react version for months at this point. The recent update broke the Cloudron version.
-
The error I posted is in the browser console.
-
Everything is working great right now! Thanks.
-
-