After 3.0.2 manifest is not linked to the page
See original GitHub issueHello, I’ve started new nuxt project and nuxt/pwa 3.2.2, setting up icons and manifest will generate into dist/_nuxt
but not linked to the final built html. I’m into static
target.
Can I help with other info?
Thank you
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Android Material and appcompat Manifest merger failed
Solution. So the solution is to use either AndroidX or old Support Library. I recommend to use AndroidX, because Android will not update...
Read more >Unable to locate file in Vite manifest: resources/css ... - Laracasts
config.js file has "resources/sass/app.scss". My resources/css/app.css file is currently empty as it's a new project. After a "npm run build" and linking the ......
Read more >Unable to locate file in Vite manifest: resources/css/app.css
By renaming \\ to /, the page will be able to load without error. This behavior only shows up with laravel-vite-plugin 0.5.0 +...
Read more >Android native, manifest-merge problem during quickstart-setup
INTERNET to Manifest.xml. Added Auth0 dep in build.gradle and after that I get a error: Android resource linking failed
Read more >AnnotationAPI Specification
These list the next level items (Collection → Manifest, Manifest → Item, Item → Item) as Annotation Pages including all annotations on that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue. Running
nuxt generate
withstatic
generates the manifest file but it is not linked in html head. I also confirm that locking to 3.0.2 fixed it.I have the same issue, when my proyect is deployed by netlify, doesnt generate the icons correctly. And if I change manually the icons for devices, PWA support doesnt work in iOS14