ricardo
ricardo3w ago

Unable to start push | schemaChange indexDiffs

Hey! I am having a really hard time to push my changes to development. I am on the latest commit of my project. This commit is already in production but now I am unable to push to develop environment ( I have not made any changes to the convex files). I am getting this exact error: ✖ [ { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "schemaChange", "indexDiffs" ], "message": "Required" } ] Context: I use two computers to develop, and I forgot to terminate the terminal process in one of the computers that was running convex dev - in here I had the latest commit, latest state of the project. When I changed to the other computer my project was some commits behind and the convex dev was also running in here but the computer wwas suspeended. When I started my session it seems that it got resumed and somehow overwrote the previous state of convex?
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
ricardoOP3w ago
I got notified it was an issue with 1.26 and it got fixed on 1.26.1 - It is now working properly.
ballingt
ballingt3w ago
Thanks for reporting @ricardo, for anyone else yeah this is fixed by 1.26.1

Did you find this page helpful?