amianthus
amianthus•3w ago

Error: Unable to start push to [...]

āœ– Error: Unable to start push to https://redacted.convex.cloud
āœ– Error fetching POST https://redacted.convex.cloud/api/deploy2/start_push 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 505.98ms...
āœ– Error: Unable to start push to https://redacted.convex.cloud
āœ– Error fetching POST https://redacted.convex.cloud/api/deploy2/start_push 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 1.01s...
error: script "dev:backend" exited with code 2
āœ– Error: Unable to start push to https://redacted.convex.cloud
āœ– Error fetching POST https://redacted.convex.cloud/api/deploy2/start_push 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 505.98ms...
āœ– Error: Unable to start push to https://redacted.convex.cloud
āœ– Error fetching POST https://redacted.convex.cloud/api/deploy2/start_push 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 1.01s...
error: script "dev:backend" exited with code 2
what i did: - changed some code last night, nothing big but then it wouldnt deploy - saw that it wasnt deploying so i checkt he console and see this steps i tried to fix: - initially i thought it was a rate limit error because i had Sonic going on cursor and it was making a million one-line changes, so i thought it was retriggering a deployment wayyy too often - left it to simmer overnight to stop the rate limit (8+ hours), doenst work same error - tried a new convex project, same error help please šŸ˜”
4 Replies
Convex Bot
Convex Bot•3w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Clever Tagline
Clever Tagline•3w ago
You said you changed some code. Did you update any packages in the process?
amianthus
amianthusOP•3w ago
I am technically making my own convex component, so I suppose yes I did Its locally linked using pnpm
Clever Tagline
Clever Tagline•3w ago
Gotcha. My only thought so far is to check for conflicting/inconsistent versions of Convex packages.

Did you find this page helpful?