Unable to fetch/read manifests on Win 11
Describe the bug Unable to read the manifests.
To Reproduce Steps to reproduce the behavior:
- Install bubblewrap/core and bubblewrap/cli globally.
- Do
bubblewrap init --manifest=https://doom-fire.com/manifest.json - Let Bubblewrap install the SDK
- Give the path to your Android SDK (Windows:
C:\Users\{USERNAME}\AppData\Local\Android\sdk) - It exits after printing
Initializing application from Web Manifest:
- https://doom-fire.com/manifest.json
Expected behavior It should initiate a Bubblewrap app from manifest
Screenshots

Desktop (please complete the following information):
- OS: Windows 11
- Browser: Brave
Additional context None
Can you check if using bubblewrap init --manifest="https://invoicify.netlify.app/manifest.json" --fetchEngine="node-fetch" on your PWA change anything? This should change from using the fetch-h2 to node-fetch.
@andreban changing fetchEngine worked!
What might be the issue at my end?
I'm not sure exactly what the issue is - any chance there's a proxy or a VPN that could be interfering with the connection?
No! there was no VPN or connection interference, the manifest was accessible at the same time in the browser, as I described on the call also.
Closing, as this works using node-fetch