I’m trying to add a ADD TO HOMESCREEN button on my application, and to do so I have to upload a Service Worker (service-worker.js) via Bubble Settings.
The thing is, if you try and access my service-worker.js file, it will redirect you to “s3.amazonaws.com/appforest[...]/service-worker.js”.
I haven’t found a way to host this file directly at Bubble without redirecting it.
Has anyone found a way to insert a ADD TO HOMESCREEN button? So far I haven’t found a solution on this forum.
If so, how did you upload the service-worker?
just for info, my service worker worked until some days ago. Now, it doesnnßt work anymore, stored inside the root directory of bubble and registered from the page, the landing page. It worked before some days…I am searching what happened, and how to resolve this. As said, before I had a full PWA runnign with all points on Lighthouse Test (by Google).