-
Notifications
You must be signed in to change notification settings - Fork 196
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
Endpoint URL Launch issue #44
Comments
You're seeing a 502 with the App Service URL or with the Codespaces URL? I saw the 502 with Codespace URLs this morning, and ended up working around that by changing my local port. If you are seeing 502s with App Service, then you'll need to check the App Service logs. My guide from another repo can help with that: Thanks for filing! |
Error is with Web App Service end point URL. Thanks for the pointers. This is the error message I am noticing in the WebContainer App. Console Log System Log {"TimeStamp":"2024-06-11T16:41:47Z","Type":"Normal","ContainerAppName":null,"RevisionName":null,"ReplicaName":null,"Msg":"Connecting to the events collector...","Reason":"StartingGettingEvents","EventSource":"ContainerAppController","Count":1} |
Hm, that static folder should have been built in the prepackage step, from this line: Can you try running that step manually to see if it's perhaps error'ing? cd frontend;npm install;npm run build |
Running the steps manually /redeployment potentially must have helped, seems the app is back up and running now. Many thanks! |
Okay, App Service deployment can be a bit finicky, I'll keep my eye out for the issue. Closing this for now, glad it's working. |
Description
What is wrong or what would you like to see improved?
After going through the deployment process, post all steps completing successfully the URL link appears when clicked getting an error message.
upstream connect error or disconnect/reset before headers. retried and the latest reset reason: remote connection failure, transport failure reason: delayed connect error: 111
From devtools:
chrome-error://chromewebdata/:1
Environment
Describe your OS and dev environment (Codespaces, Dev Container, etc):
Codespacess setup
The text was updated successfully, but these errors were encountered: