The main issue is that, when deplying locally, it works correctly... it generates a manifest.json with all the info. Meanwhile, when deploying it creates an empty manifest, so I don't know how to fix it.
The code is stored in this repo and is currently deployed here
Hello, it's my first time opening an issue, so I apologize in advance if I make any mistake defining the issue.
I've been building a small app and, even though the PWA module works on local, it's impossible to make it work when deploying to Vercel.
Currently I'm deploying to Vercel with the following configuration:
And in the nuxt.config.js, I've got the following regarding the PWA configuration:
The main issue is that, when deplying locally, it works correctly... it generates a manifest.json with all the info. Meanwhile, when deploying it creates an empty manifest, so I don't know how to fix it.
The code is stored in this repo and is currently deployed here
Thanks!