Can't publish Prisma extensions: `The server responded with status 502: Bad Gateway` for stable extension and publish hangs forever for the "insider" extension
See original GitHub issueWe have 2 extensions
The first one is the stable one (https://open-vsx.org/extension/Prisma/prisma): See GitHub Action run
npx ovsx publish /home/runner/work/language-tools/language-tools/prisma-4.4.0.vsix --pat ***
❌ The server responded with status 502: Bad Gateway
See the documentation for more information:
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Error: Process completed with exit code 1.
Which errors with ❌ The server responded with status 502: Bad Gateway
And we have an “insider” version that correspond to our dev channel (https://open-vsx.org/extension/Prisma/prisma-insider) See GitHub Action run
npx ovsx publish /home/runner/work/language-tools/language-tools/prisma-insider-31.0.1459.vsix --pat ***
Where the command hangs forever, I recently added a GitHub Actions timeout because without it would run for 6 hours before GitHub would cancel the action.
Do you have any idea why this happens? We see these timeout issues since 2 days ago (26 Sept 2022, 20:32 CEST)
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Prisma Console - Services Unusable due to 502 Bad Gateway
I am unable to access Services in the Prisma Console lately. When I monitor the Network tab, I see that after a long...
Read more >How To Fix a 502 Bad Gateway Error - Kinsta
The 502 bad gateway error specifically means that server received an invalid response from an inbound server. Check out these common causes ...
Read more >502 Bad Gateway Error: What It Is and How to Fix It
An in-depth explanation of what a 502 Bad Gateway Error is, including troubleshooting tips to help you resolve this error.
Read more >Untitled
Spool32 windows 98, Nurses uniforms ireland, Austin and ally austin new crush part 1, Bob falconer arbroath, Nyquist stability criterion tutorial, ...
Read more >Untitled
Request academic reference letter sample, Two way mirror tint, 5 mile and levan. Jean michel jarre popular song, The office business card, Strictly...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems that it got better since October 24th. https://github.com/prisma/language-tools/actions/workflows/7_publish.yml
Since then, some jobs trying to publish hit a timeout (because hanging) but it definitely got better as before it was happening for all the runs. And now it has been working perfectly since October 31st 🎊
We have a release happening today, I’ll monitor that, though it will likely succeed. I’ll close this issue for now.
Everything I know is in comments here ⬆️ TLDR: Started since 26 Sept 2022 for us, and since it’s hanging forever, so I can recommend adding a timeout.