#network error

7 messages · Page 1 of 1 (latest)

boreal robin
#

i was building my project and suddenly got this

✔ Schema validation complete.
✔ Deleted table indexes:
[-] autoReplenishSettings.by_user ["userId","_creationTime"]
[-] autoReplenishSettings.by_enabled ["enabled","_creationTime"]
Downloading current deployment state...
Diffing local code and deployment state
Analyzing and deploying source code...
✖ Error: Unable to push deployment config to https://quick-buffalo-862.convex.cloud
✖ Error fetching POST https://quick-buffalo-862.convex.cloud/api/push_config 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 22.06s...

please help me fix it

spice spindleBOT
#

Hi @boreal robin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the error message you're experiencing, it appears you're having trouble pushing your deployment configuration to Convex due to a network error. This is a known issue that can occur for various reasons.

From the knowledge sources, there are several potential causes and solutions for this type of network error:

Possible Causes

  1. Connectivity Issues: You might be experiencing network connectivity problems, possibly related to your internet connection or VPN usage.

  2. IPv4 vs IPv6 Issues: Some users have reported problems when their network is trying to use IPv6 to connect to Convex while IPv4 would work better, particularly when using mobile hotspots or certain network configurations.

  3. Server-Side Issues: The 500 Internal Server Error suggests there might be a temporary issue on Convex's side.

Potential Solutions

  1. Try a Different Network: Some users reported that switching from a mobile hotspot back to regular WiFi resolved their issues Discord support thread.

  2. Use a VPN: In some cases, using a VPN has helped users bypass network issues Discord support thread.

  3. Wait and Retry: Since your error message indicates it's automatically retrying, sometimes waiting for the retry to complete can resolve the issue. Server-side issues are often temporary.

  4. Update Convex CLI: Make sure you're using the latest version of Convex, as some network-related bugs have been fixed in newer releases Discord support thread.

#

If the issue persists, you might want to try the npx convex network-test command to diagnose connectivity problems more specifically, or reach out to Convex support at support@convex.dev for more personalized assistance.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@boreal robin Kapa.ai is still learning and improving, please let me know how I did by reacting below.

boreal robin
#

i did a network test and this is what it gave me

➜ npx convex network-test
✔ Deployment URL: https://quick-buffalo-862.convex.cloud
✔ OK: DNS lookup => 52.44.230.118:ipv4 (1.79ms)
✔ OK: TCP connect (475.46ms)
✔ OK: TCP connect (251.32ms)
✔ OK: HTTP check (488.14ms)
✔ OK: HTTPS check (649.99ms)
✔ OK: WebSocket connection established.
✔ OK: echo 128 B (216.92ms, 590.0913075479691 B/s)
✔ OK: echo 4.0 MB (4.13s, 991.8 KB/s)
✔ Network test passed.

@spice spindle

spice spindleBOT
#

Let me check the knowledge base for you again. One moment! :books: