NoImportModuleInSchema
I just finished the code migration from Clerk to Convex Auth and followed the docs pretty closely, and am now getting this when attempting to deploy (dev).
Just to help me debug, can someone explain exactly what this error means, generically? I keep my table definitions in per-table files and import them all to
schema.ts, and that has never been a problem. What are the things that can't be imported to the schema file?