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.54k stars 273 forks source link

[BUG] Failed to Fetch / 503: Service Unavailable #4690

Closed PhoenixBWS closed 3 months ago

PhoenixBWS commented 3 months ago

Link to the report card page

https://www.pwabuilder.com/reportcard?site=https://www.mariadda.com

What Store were you trying to package for?

Android

What is the error message you received?

Failed to fetch

Our service was unable to package your PWA. Please open an issue on github here: https://github.com/pwa-builder/PWABuilder/issues/new/choose

There was an CORS issue being displayed in the console. But if you bypass it, you get the following message:

Service Unavailable

Status code: 503. <div style="display: block; margin: auto; width: 600px; height: 500px; text-align: center; font-family: 'Courier', cursive, sans-serif;"><h1 style="color: 747474">:( Application Error</h1><p style="color:#666">If you are the application administrator, you can access the <a style="color: grey"href="https://pwabuilder-cloudapk.scm.azurewebsites.net/detectors">diagnostic resources</a>.</div>

Paste your stack trace below

The site I was testing is: https://www.mariadda.com No stack trace available

What environment were you using?

OS: Windows 11 Browser: Edge Browser Version: 122.0.2365.92 (Official build) (64-bit)

Additional context

Upon inspecting the network resources, I found that OPTIONS request to https://pwabuilder-cloudapk.azurewebsites.net/generateAppPackage is failing with a 503 error code which stands for Service Unavailable and then another POST request to the same endpoint returns 503 error again. I think something is wrong in https://pwabuilder-cloudapk.azurewebsites.net/generateAppPackage in the server side.

jgw96 commented 3 months ago

Hey sorry, we had an outage over the weekend caused by a configuration I broke in Azure. I just got this back up running a few minutes ago.