Next.js Discord

Discord Forum

i18n + parallel + intercepting routes not working

Unanswered
Exotic Shorthair posted this in #help-forum
Open in Discord
Exotic ShorthairOP
I've seen multiple examples on how to implement the modal intercepting + parallel routes and all the examples including the NextJS docs are not using any i18n. I am wondering if this feature is not available when using i18n or if this need any extra configuration.

My NextJS version: 15.2.5 | i18next: 14.0.3

This is my folder structure that might help to understand my current issue:

app/
[lang]/
dashboard/
layout.tsx. -> added the {modal} here as Reactnode.
page.tsx
information/
page.tsx
@modal/
default.tsx
(.)information/
page.tsx

0 Replies