Type error: Type instantiation is excessively deep and possibly infinite.
I've recently started with Turborepo and migrated my existing app to turborepo. And fixes the issue but while deployment I'm having a type issue with a query that I'm using in NextJS api route
Error:
1 Reply
I'd try to remove things until you get to a working state, then readd them to see what's causing the issue.
This could be exporting something that shouldn't be exported from your Convex code, or importing the wrong thing, etc.