Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

no-matching-static-path-found.mdx

File metadata and controls

24 lines (16 loc) · 1.04 KB
title i18nReady githubURL
No static path found for requested path.
true

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

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: