You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to set up a skeleton shinymobile PWA which I can use to build future projects off of. I'm following the instructions in the README to set up my app as a PWA, but I can't seem to configure the app so that it's correctly serving manifest.webmanifest and service-worker.js. My understanding is that they're being served under /app/www/, but they should be a level higher. My app is being built with golem, and I used charpente to instantiate my PWA files.
Running the app shows 404s:
and the service worker and manifest files don't appear to be anywhere in the site sources:
I'd appreciate any feedback here - I think something might be wrong, but I also have very little experience in anything web so I may just be misunderstanding.
The text was updated successfully, but these errors were encountered:
Thanks for sharing those, however I actually have the same issue when running the apps in either of your repos that you linked. The service worker files don't appear to be properly located
Hello, I'm trying to set up a skeleton shinymobile PWA which I can use to build future projects off of. I'm following the instructions in the README to set up my app as a PWA, but I can't seem to configure the app so that it's correctly serving manifest.webmanifest and service-worker.js. My understanding is that they're being served under /app/www/, but they should be a level higher. My app is being built with golem, and I used charpente to instantiate my PWA files.
Running the app shows 404s:
and the service worker and manifest files don't appear to be anywhere in the site sources:
My code is available at https://github.com/alexW335/healthdashpwa
I'd appreciate any feedback here - I think something might be wrong, but I also have very little experience in anything web so I may just be misunderstanding.
The text was updated successfully, but these errors were encountered: