marko.t
marko.t10mo ago

Getting "/api/push_config 500 Internal Server Error" when running npx convex dev

I get the following error continuously when running npx convex dev:
Error fetching POST https://doting-lemur-666.convex.cloud/api/push_config 500 Internal Server Error: InternalServerError: Your request couldn't be
Failed due to network error, retrying in 10.22s...
⠋ Analyzing and deploying source code...
Error fetching POST https://doting-lemur-666.convex.cloud/api/push_config 500 Internal Server Error: InternalServerError: Your request couldn't be
Failed due to network error, retrying in 10.22s...
⠋ Analyzing and deploying source code...
It seems to consistently fail after ⠋ Analyzing and deploying source code.... I cleared my development database, logged out and logged in via the CLI and no luck.
14 Replies
jamwt
jamwt10mo ago
Hey there! can you try running the following on the command line:
npx convex network-test
npx convex network-test
marko.t
marko.tOP10mo ago
⠋ Performing network test...
(node:23938) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
✔ Project URL: https://doting-lemur-666.convex.cloud
✔ OK: DNS lookup => 52.44.230.118:ipv4 (119.14ms)
✔ OK: TCP connect (28.67ms)
✔ OK: TCP connect (29.08ms)
✔ OK: HTTP check (66.08ms)
✔ OK: HTTPS check (327.61ms)
✔ OK: echo 128 B (28.12ms, 4.4 KB/s)
✔ OK: echo 4.0 MB (2.87s, 1.4 MB/s)
✖ FAIL: Network test timed out after 10s.
⠋ Performing network test...
(node:23938) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
✔ Project URL: https://doting-lemur-666.convex.cloud
✔ OK: DNS lookup => 52.44.230.118:ipv4 (119.14ms)
✔ OK: TCP connect (28.67ms)
✔ OK: TCP connect (29.08ms)
✔ OK: HTTP check (66.08ms)
✔ OK: HTTPS check (327.61ms)
✔ OK: echo 128 B (28.12ms, 4.4 KB/s)
✔ OK: echo 4.0 MB (2.87s, 1.4 MB/s)
✖ FAIL: Network test timed out after 10s.
@jamwt
jamwt
jamwt10mo ago
yeah, so that last one is a sign that looks like your network isn't letting long-running connections pushing a lot of data that reliably
marko.t
marko.tOP10mo ago
It seems to fail immediately though when running npx convex dev? For comparison I just tried doing a speed test that uploaded about 50mb without an issue, over the course of 1-2s
jamwt
jamwt10mo ago
did this suddenly start occuring?
marko.t
marko.tOP10mo ago
I last successfully pushed a few hours ago, and when I tried again about an hour ago it stopped working Is there anywhere I can see more detailed logs? https://doting-lemur-666.convex.cloud/api/push_config is the URL
jamwt
jamwt10mo ago
@Sam J is on call, we'll take a look if we can see anything happening on your particular deployment etc @marko.t while we investigate, do you have a second network available (like, tethering to a phone) just to see if the issue is happening on both?
marko.t
marko.tOP10mo ago
phone connection isn't great but can try looks like phone connection is too slow to test with. should I try a VPN?
jamwt
jamwt10mo ago
no worries, we actually have a lead internally. the team is heads down here. I'll double back soon I'm no longer convinced it's on your end 😄
winsoroaks
winsoroaks10mo ago
im also running into the same error starting 10 mins ago
Sam J
Sam J10mo ago
We're working on fixing the issue, hope to have it done shortly. @winsoroaks can you share your instance name? @marko.t can you try pushing one more time?
marko.t
marko.tOP10mo ago
solana-data-labeling-6b898 that worked
Sam J
Sam J10mo ago
Awesome thanks for confirming
winsoroaks
winsoroaks10mo ago
Sorry i am afk, just left to the gym 😂

Did you find this page helpful?