Error: Unable to start push to [...]
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
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!
You said you changed some code. Did you update any packages in the process?
I am technically making my own convex component, so I suppose yes I did
Its locally linked using pnpm
Gotcha. My only thought so far is to check for conflicting/inconsistent versions of Convex packages.