API_UNKNOWN_COLLECTION_SLUG
No collection is registered with the given slug
Thrown from
packages/cms/scripts/codegen/emit-content-types.ts:356
throw new UnknownCollectionSlugError(slug, 'cms codegen: no interface/injection mapping for collection');packages/cms/scripts/codegen/emit-convex-tables.ts:187
throw new UnknownCollectionSlugError(packages/errors/src/index.ts:926
* throw new UnknownCollectionSlugError('blog-posts');