Back to Withastro

Invalid use of getDataEntryById or getEntryBySlug function.

src/content/docs/en/reference/errors/get-entry-deprecation-error.mdx

latest408 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

GetEntryDeprecationError: The METHOD function is deprecated and cannot be used to query the "COLLECTION" collection. Use getEntry instead.

What went wrong?

The getDataEntryById and getEntryBySlug functions are deprecated and cannot be used with content collections. Use the getEntry function instead.