question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

We 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) Screenshot 2022-09-28 at 11 32 29

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Jolg42commented, Nov 8, 2022

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.

1reaction
Jolg42commented, Oct 24, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found