| title | Collection does not exist |
|---|---|
| i18nReady | true |
| githubURL | https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts |
import DontEditWarning from '~/components/DontEditWarning.astro'
:::caution[Deprecated] Collections that do not exist no longer result in an error. A warning is given instead. :::
A collection queried via
getCollection()does not exist.
When querying a collection, ensure a collection directory with the requested name exists under src/content/.