Infinite loading schema on dashboard / unable to push
Currently not able to push a schema to Convex even though type check passes and I'm not able to see the current schema in the dashboard as it shows an infinite loading state.
How do I "reset" it?
6 Replies
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!
The error is the same whether I have schemaValidation set to true or false
no error in the ide whatsoever...
This looks lke a runtime error when you push
okay got things to work again
issue was with code that looked like this:
seems like a runtime issue, but the code snippet above used to work before I commented out the previous table definition...
Must be something weird in the zod convex interface..
ahh it's probably got to do with the pretendWithConstraint and how that's used at runtime
definitely wasn't thinking about that