Apps opening on blank page

Hello, since yesterday every app, except for Plex, is opening in a blank page.

The only way to circumvent this problem is to manually input the app port next to the ip in the address bar.

Anyone having this issue?

I think this is not an app issue. Since you can access them via IP:PORT, the containers are running.

I believe the ZimaOS launcher (proxy layer) is failing, which is why apps open as a blank page except Plex.

I suggest checking the launcher-related containers:

docker ps

Look for something like:

icewhale_app
casaos-gateway
nginx

Then check the logs of the launcher container:

docker logs <launcher_container_name>

Please share the output of both commands so we can see exactly what is happening.

I also suggest testing in private/incognito mode to rule out a browser cache issue.

Most likely this is a launcher/proxy problem, not the apps themselves.

Hello gelbuilding and thanks for the prompt reply. By ereasing the cache i was able to get the apps working again.

Thanks for your help!