Next.js
Next.js getStaticPaths returned conflicting paths
Next.js found duplicate or overlapping static paths returned by getStaticPaths, which is invalid because every generated page path must be unique.
Next.js
Next.js found duplicate or overlapping static paths returned by getStaticPaths, which is invalid because every generated page path must be unique.
Observed message
Conflicting SSG Paths
Why it happens
How to fix it
Official reference
Next.js Docs: Conflicting SSG PathsRelated errors
Explore more