Zetax
Zetax3w ago

Error: Unable to start push on schema change

Hey there, I've just encountered another error while running pnpx convex dev and I'm not quite sure how to fix it. It is constantly re-trying to upload the changes to convex but I am always getting this error:
Failed due to network error, retrying in 729.66ms...
✖ Error: Unable to start push to https://dashing-curlew-734.convex.cloud
✖ [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"schemaChange",
"indexDiffs"
],
"message": "Required"
}
]
Failed due to network error, retrying in 1.24s...
Failed due to network error, retrying in 729.66ms...
✖ Error: Unable to start push to https://dashing-curlew-734.convex.cloud
✖ [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"schemaChange",
"indexDiffs"
],
"message": "Required"
}
]
Failed due to network error, retrying in 1.24s...
3 Replies
Convex Bot
Convex Bot3w 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!
ricardo
ricardo3w ago
I got notified it was an issue with 1.26 and it got fixed on 1.26.1 - It is now working properly.
Zetax
ZetaxOP3w ago
Yep, fixed it. Didnt think of updating convex already as I just created the project today lol, but it installed 1.25 for some reason

Did you find this page helpful?