How to make it work as PWA? #359
-
|
Hi everyone Architecture
Issue
When I inspect the network requests, I see that everything loads successfully—except for Is anyone else experiencing this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey, are you serving Glance behind HTTPS? Also, is it hosted under a directory or does it have its own subdomain? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, Caddy is using https and it has its own subdomain. I realized that the browser adds to every other request the basic auth - except to the manifest.json. Following ChatGPT it is by design how PWA are expected to work. The fix is to ignore basic auth for the manifest.json file. |
Beta Was this translation helpful? Give feedback.
Yes, Caddy is using https and it has its own subdomain.
I realized that the browser adds to every other request the basic auth - except to the manifest.json. Following ChatGPT it is by design how PWA are expected to work.
The fix is to ignore basic auth for the manifest.json file.