pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.7k stars 280 forks source link

Error generating androidTWA package #1787

Closed longcharmroeun closed 3 years ago

longcharmroeun commented 3 years ago

I received the following error when generating a package for https://kisskh.me

Error generating Android package.

Status code: 500

Error: Internal Server Error

Details: Error generating app package: Error: Failed to download Web Manifest https://kisskh.me/manifest.webmanifest.json.Responded with status 503

ghost commented 3 years ago

Hello longcharmroeun, 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 🙌

JudahGabriel commented 3 years ago

@longcharmroeun

The issue appears to be that your site is using HTTP/3, which is an experimental and not yet standard protocol.

Specifically, you're using Cloudflare, and you've turned on HTTP/3 support.

PWABuilder doesn't yet support HTTP/3 or HTTP/2.

I recommend turning off Cloudflare, generating your Android package with PWABuilder, then turning Cloudflare back on.

Please feel free to reopen this issue if you continue to have problems.