Closed chz closed 3 years ago
Would you provide a reproduction please? 🙏
@danielroe, It's a private site. I can do zoom call or google meet to show.
Also this in nuxt.config.js:
manifest: {
name: 'XXX',
short_name: 'XXX',
icons: [
{
src: '/images/icons/192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: '/images/icons/512x512.png',
sizes: '512x512',
type: 'image/png',
},
],
},
Hi @chz. Would you please report the issue to nuxt-community/pwa-module. There is an issue that seems not directly related to here.
Yes of course
Simple run the below command. I fixed same issue using below commad
rm -rf dist && rm -rf node_modules && rm -rf package.lcok.json && npm i && npm run build
After you just restart your server. I restart my pm2 server using below command.
pm2 restart client
Environment
Reproduction
-
Describe the bug
There is issue with @nuxtjs/pwa@3.3.5 with nuxt/bridge manifest file "_nuxt/manifest.0f2d95c2.json " not found on server.
Additional context
No response
Logs
No response