Hi @ysc,
I have an issue with the PWA on an Android device and debugged it remotely.
As you can see the app (and the css and js) are provided by the ServiceWorker. The app tries to call the rest API and failes because the HTTP basic auth information seems to be missing. The backend responses with a 401.
The problem is that I am not requested to enter my basic auth credentials… instead I just see a blank screen. Any ideas how to solve this?
