White screen of death on switching to React

Installation of latest zip build: v5.11.7

All php / db / composer / dependencies / migrations met and up to date. File and directory permissions are all correct.

No errors in laravel.log or php error log

Upon switching to react, all Invoice Ninja screens showing white screen of death. No browser console errors showing. No graphics or text at all - just white screen. Same for all browsers on all devices.

I end up having to run UPDATE accounts SET set_react_as_default_ap = 0; on the database each time to go back to flutter to be able use the system again.
The only errors showing is when the app is in flutter, and it’s the below console errors:

image

Hi,

Are there any errors in the browser console when trying to use the React app?

Also, did you setup the app using the release tar file? If you use the zip file it won’t include the React app.

No browser console errors when trying to use React.

I used the zip file, so should I instead use tar file to include React?

I downloaded the tar file and extracted. Now everything is working. Thanks

Nice, glad to hear it!