-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #4821
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
@RenatoRolando I was testing your link, the webmanifest seems correct ✅ But your service worker is wrong ❌ Still a different discussion about handling the "infinite loop" (or frozen if thats what you mean), in case you want to fix from your side... you need to have a valid service worker url. |
@maiconcarraro thank you for your precious help. At present the pwabuilder, testing my pwa address, is still on 'infitine loop' and obviously doesn't report nothing. Renato |
Hey all! So the "infinite loading" is a bug on our end when a manifest is not able to be parsed. The problem here is, in your web manifest, you have a line commented out as my screenshot shows. Because of this, PWABuilder is not able to successfully parse the manifest as JSON leading to the issue. While the SW may have also been incorrect, that is not what was causing the issue here from what I can tell. @RenatoRolando , would you be able to update this manifest please to remove the commented line my screenshot points too and try again? I am going to keep this issue open anyways to address our UI issue here, but yeah Id love to be able to try your app again with the commented line removed (or un-commented out) |
@jgw96 Today I will remove the commented line on manifest. Thank for support. |
@RenatoRolando hey! Any updates here? |
Dear @jgw96 as I told you I have removed the comment line on manifest 5 and now works. |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
3 similar comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
What happened?
pswabuilder.com froozen in inspect this pwa ([https://circolari.quifederfarma.it/]) with webmanifest wrong
How do we reproduce the behavior?
Check this website, actually I have the manifest.webmanifest like this, but I will change to fix it .
pwabuilder never send a report, stay 'frozen'
What do you expect to happen?
pwabuilder should report that the webmanifest is wrong
What environment were you using?
OS Sequoia 15.0, Chrome version 129.0.6668.60
Additional context
No response
The text was updated successfully, but these errors were encountered: