Enabled react and got white screen

I updated my invoice ninja installation to v5.10.27 via git - went through the normal update process + upgraded to php 8.3 and all was well.

I launched the app and it worked, but prompted to use the react app. As soon as i enabled this i only ever get a white screen. No amount of browser cache clear solves the issue. No errors in the console.

I know i can revert using the SQL command but why does the react version not work?

okay i have fixed this by running the SQL command to revert to the flutter app

UPDATE accounts SET set_react_as_default_ap = 0;

then running the upgrade via the web interface multiple times and then enabling the react app.

Any reason why this is the case?

Hi,

Are there any errors in the browser console?

there were no errors in the console