-
Notifications
You must be signed in to change notification settings - Fork 295
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
Error generating androidTWA package: Failed to download Web Manifest #1648
Comments
Hello yashhooda, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will investigate the issue and help solve it ASAP. Other community members may also look into the issue and provide feedback 🙌 |
Hello Judah, Thanks for your reply yes i am using cloudflare and I turned off http/3 from cloudflare and tried to build app, and i am sorry i still getting that manifest.json.Responded with status 503 error. any idea for solution ? Please share if any.. |
Hmm, I am seeing the same, even though I see Cloudflare serving your site as HTTP/2. Can you try disabling HTTP/2 in Cloudflare and packaging with PWABuilder? Again, this would only be temporary to create the package. You can turn these back on after creating the package. |
Technical background: PWABuilder's Android platform uses node-fetch, which doesn't yet support HTTP/2 ☹ Once node-fetch supports it, PWABuilder Android platform should start working fine on sites that support HTTP/2. |
@yashhooda Can you try disabling HTTP/2 and HTTP/3? I suspect that will fix your issue. After you generate the package, you can turn these back on. |
Hi Sorry, just disabling HTTP/3 does nothing and there is no way to disable HTTP/2 but disabling cloudflare works , i'v done that and got the package without any issue. |
I received the following error when generating a package
The text was updated successfully, but these errors were encountered: