Unable to start push | schemaChange indexDiffs
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?
