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.75k stars 284 forks source link

Error generating windows package #2261

Closed baasgeo closed 2 years ago

baasgeo commented 2 years ago

I received the following error when generating a package for https://app.cogocollect.com/

Error: Failed. Status code 404, Error: , Details:

Stack trace: V/o<@https://www.pwabuilder.com/index-0034c3c7.js:1371:3200

ghost commented 2 years ago

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

baasgeo commented 2 years ago

The error message seems to be related to a POST request to the url below which returns a 404 error:

https://pwabuilder-win-chromium-platform.centralus.cloudapp.azure.com/msix/generatezip

Using the test service at https://pwabuilder-win-chromium-platform.centralus.cloudapp.azure.com gives similar 404 not found errors.

Hope this helps...

jgw96 commented 2 years ago

Hello! Sorry about this, this happened while members of the team were on vacation, I am looking into this now and hope to have it solved soon.

JudahGabriel commented 2 years ago

@baasgeo This has been fixed. I broke some code last week, and didn't do my due diligence in testing. Sorry for the inconvenience.

baasgeo commented 2 years ago

Thanks @JudahGabriel