Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1011 Bytes

File metadata and controls

29 lines (21 loc) · 1011 Bytes
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 invalid id:
{
"id": 1,
"title": "Hello, World!"
}

What went wrong?

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.