Dev mode shows static route but when running build it shows dynamic #77560
Answered
by
coleh33
coleh33
asked this question in
App Router
-
Beta Was this translation helpful? Give feedback.
Answered by
coleh33
Mar 27, 2025
Replies: 1 comment
-
I ended up fixing this by adding the generateStaticParams to the layout file and these pages are properly built now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
coleh33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up fixing this by adding the generateStaticParams to the layout file and these pages are properly built now.