Unable to push deployment config to convex cloud
I am suddenly unable to automatically push my changes to convex cloud. Every time convex attempts to push changes, it throws below error
✖ Error: Unable to push deployment config to https://joyous-xxxxxxxxxx.convex.cloud
Error fetching POST https://joyous-xxxxxxxxxx.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 18.88s...
Does this error indicate that there is an error in the code I'm trying to push or there is perhaps something else going on remote?
Everything was working fine 5 minutes ago.
3 Replies
Hmm have you made any code changes since your last successful push? Seeing some errors on our end around but unclear if this has to do more with the code being pushed vs. our system
(edit: around node actions)
externalPackages
I was in the middle of writing a new mutation when this error started. I attempted to remove this new method but the error continue. I will attempt to reverse my repo to a previous commit before the changes and let you know
@sshader reverting the repo to a previous commit has fixed the issue, thank you
Cool. Glad things are back to working!