Back to Withastro

No static path found for requested path.

src/content/docs/en/reference/errors/no-matching-static-path-found.mdx

latest556 B
Original Source

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

<DontEditWarning />

NoMatchingStaticPathFound: A getStaticPaths() route pattern was matched, but no matching static path was found for requested path PATH_NAME.

What went wrong?

A dynamic route was matched, but no corresponding path was found for the requested parameters. This is often caused by a typo in either the generated or the requested path.

See Also: