I am getting this error after enabling cloudflare access on my webapp.
Chrome: manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.
Firefox: Fetch event handlers must be added during the worker script’s initial evaluation.
In dev tools network tab:
manifest.json is returning a 302 code
but is loaded, if I double click on it I can see the content.
And there is another identical manifest file loaded from cloudlfare
https://name.cloudflareaccess.com/cdn-cgi/access/login/example.com?kid=some-long-token
I tried changing the "start_url":
in the manifest with the name.cloudflareaccess.com
but with no luck still same issue.
The problem is that chrome no longer recognize it as a pwa, I don’t have the option to install it for example. Before enabling access eveything worked fine.