SOLVED: Android Client/Web Browser - Page no longer loads - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Android Client/Web Browser - Page no longer loads (/t-solved-android-client-web-browser-page-no-longer-loads) |
Android Client/Web Browser - Page no longer loads - Fallen - 2024-08-20 Hello all, I just noticed that on my phone client (Android) and web browsers on my own pc that I can no longer open the Dashboard, it's just a black/blank screen. So far, it's only working on my Samsung TV client. I've cleared cookies/site data for both affected devices (with no luck), uninstalling and reinstalling the Android app (no luck) along with stopping/starting the docker container that's running Jellyfin (no luck). Can anyone else replicate this? Or is there something else I should try. RE: Android Client/Web Browser - Page no longer loads - hsj - 2024-08-20 Did you login with an account that has permissions to enter the servers dashboard? RE: Android Client/Web Browser - Page no longer loads - Fallen - 2024-08-20 Yes, I only one account. RE: Android Client/Web Browser - Page no longer loads - Fallen - 2024-08-20 Update: I managed to resolve this issue, turns out it was an issue with the web client. Couldn't even see a jellyfin-web directory. Rebuilding the docker compose file with the below snippetmanaged to fix it. sudo docker compose up -d jellyfin --force-recreate Got the fix here: https://forum.jellyfin.org/t-solved-jellyfin-web-client-docker-compose?highlight=jellyfin-web |