You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route intercept seizes to work once generateStaticParams along with unstable_setRequestLocale are added to [locale]/layout.tsx. The params passed to the route group (modal) does not include locale.
NOTE: this does not manifest when running on local - only in prod mode.
Verifications
I've verified that the problem I'm experiencing isn't covered in the docs.
I've searched for similar, existing issues on GitHub and Stack Overflow.
This issue has been automatically closed because there was no recent activity and it was marked as unconfirmed. Note that issues are regularly checked and if they remain in unconfirmed state, they might miss information required to be actionable or are potentially out-of-scope. If you'd like to discuss this topic further, feel free to open a discussion instead.
Description
Route intercept seizes to work once
generateStaticParams
along withunstable_setRequestLocale
are added to[locale]/layout.tsx
. The params passed to the route group (modal) does not include locale.NOTE: this does not manifest when running on local - only in prod mode.
Verifications
Mandatory reproduction URL
https://github.com/IikkaWinter/nextagram-intl
Reproduction description
Steps to reproduce:
nextagram-intl
example reponpm run build
andnpm start
to start in prod modeExpected behaviour
The picture modal should be shown as when running in dev
The text was updated successfully, but these errors were encountered: