Has someone had problems with vite-pwa/nuxt working properly on dev, but broken in production due to cdnUrl?
Currently I'm in this situation where everything works just fine on dev server, but when I deploy the app (aws lambda/s3), the manifest can't be found and the s3 serves the index.html instead. The service worker is found but, because of the manifest I think, it keeps on "trying to install"
I tried manually insert the manifest with the cdnUrl, while maintaining the service worker on '/' but it seems they need to be on the same site.
So I'm kinda lost now, can anyone help?