Back to Withastro

Astro.glob() did not match any files.

src/content/docs/en/reference/errors/astro-glob-no-match.mdx

latest392 B
Original Source

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

<DontEditWarning />

:::caution[Deprecated] This error was removed in Astro v6.0.0 along with the removal of Astro.glob(). :::

AstroGlobNoMatch: Astro.glob(GLOB_STR) did not return any matching files.

What went wrong?

Astro.glob() did not return any matching files. There might be a typo in the glob pattern.