| title | Content loader returned an entry with an invalid id. |
|---|---|
| i18nReady | true |
| githubURL | https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts |
import DontEditWarning from '~/components/DontEditWarning.astro'
Example error message:
The content loader for the collection blog returned an entry with an invalidid:
{
"id": 1,
"title": "Hello, World!"
}
A content loader returned an invalid id.
Make sure that the id of the entry is a string.
See the Content collections documentation for more information.