`generateStaticParams()` throwing errors of missing params in CI/CD suddenly
Unanswered
New Guinea Freshwater Crocodile posted this in #help-forum
New Guinea Freshwater CrocodileOP
There have been no changes to our layouts/pages and I have added logging and verified that the expected param is being returned by the problematic
How is that the param is being returned by the
generateStaticParams()'s given URI segment. Despite verifying that the param is being returned I'm getting this error:[Error: Segment "app/[locale]/[someSegment]/[page]/layout.tsx" exports "dynamicParams: false" but the param "page" is missing from the generated route params.]How is that the param is being returned by the
generateStaticParams() but I'm seeing this error state the param is not being returned?