ZetaxZ
Convex Community5mo ago
3 replies
Zetax

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...
Was this page helpful?