Self-Hosted Issue with seeing page

The InvoiceNinja site I’m using was installed using Installatron on Hostinger. It worked, I was able to update to 5.7.33 and I was able to browse (using Chrome) to settings and Import a Backup.

Now the site, after login, shows a grey screen then a white screen with the spinner showing but nothing else.

However, it works fine if I switch to Incognito mode. I can login and use it just fine.I don’t have these problems with Edge or FF.

Any suggestions?

Hi,

Are there any errors in the browser console?

Are you able to login using the desktop or mobile app?

I get the errors below. In incognito mode “POST: https://invoice.woodalldesign.net/index.php/api/v1/refresh?&first_load=true&include_static=true” does load and everything works.

canvaskit.js:263 wasm streaming compile failed: TypeError: Failed to execute ‘compile’ on ‘WebAssembly’: Incorrect response MIME type. Expected ‘application/wasm’.
(anonymous) @ canvaskit.js:263
canvaskit.js:263 falling back to ArrayBuffer instantiation
(anonymous) @ canvaskit.js:263
main.foss.dart.js?v=5.7.33:80169 POST: https://invoice.woodalldesign.net/index.php/api/v1/refresh?&first_load=true&include_static=true
index.php/api/v1/refresh?&first_load=true&include_static=true:1

Failed to load resource: the server responded with a status of 404 ()
main.foss.dart.js?v=5.7.33:80169 POST: https://invoice.woodalldesign.net/index.php/api/v1/refresh?&first_load=true&include_static=true

Does changing to the React app help?

What is the React App?

There are two web apps, there are links to both of them here:

https://invoiceninja.org

There’s a button at the top of the dashboard which enables you to change between the two apps.

Yes, both Flutter and React apps work but can I use those with my self-hosted InvoiceNinja?

Yes, the selfhost app supports both the Flutter and React apps.

How would I access those apps in my self-hosted ?

The default web app for a selfhost install is the Flutter app. There’s an icon at the top of the dashboard which you can use to change to the React app.

The Flutter app is also available as a desktop and mobile app: OS tools - Invoice Ninja

OMG! That solves it. Thank you SO much for your help.

Glad to hear it, thanks for the update!