-
Notifications
You must be signed in to change notification settings - Fork 303
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] manifest.json file not found by PWABuilder.com #4872
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 . |
2 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 . |
Since nobody replied to my issue after more than one month, I decided to give up with the PWA attempt. |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
1 similar comment
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
What happened?
I'm trying to create a PWA and prepared a test environment for that but when I supply the url to PWABuilder.com I got this strange error:
Manifest not found before detection tests timed out
Indeed if I try to download my manifest, it is available.
The test points to a subfolder of a website and so I thought that PWABuilder.com needs the manifest.json on the root of the website.
But even if I put the manifest.json in the root, the problem remains the same.
How do we reproduce the behavior?
If you want to check the existance of the manifest.json file, enter this URL in your browser: https://www.ugmfree.it/ShadesMaster/web.pwa/manifest.json
What do you expect to happen?
Well I expect the PWABuilder.com find my manifest.json file.
What environment were you using?
The web server is IIS 7 so the configuration is on a web.config file.
The browsers I tested, even if this is a server side problem, are FF, Edge, Chrome, all of them on their latest version.
Additional context
No response
The text was updated successfully, but these errors were encountered: