API_UNKNOWN_COLLECTION_SLUG

No collection is registered with the given slug

UnknownCollectionSlugErrorHTTP 500ApiErrorKind

Thrown from

packages/cms/scripts/codegen/emit-content-types.ts:356
throw new UnknownCollectionSlugError(slug, 'cms codegen: no interface/injection mapping for collection');
View ↗
packages/cms/scripts/codegen/emit-convex-tables.ts:187
throw new UnknownCollectionSlugError(
View ↗
packages/errors/src/index.ts:926
* throw new UnknownCollectionSlugError('blog-posts');
View ↗

On this page