Parallel route in different route groups
Unanswered
Paul posted this in #help-forum
PaulOP
Hello,
I was wondering if it's possible to have a parallel route for modal rendering in a different route group, for example
Currently when I reload the page
Is it possible to have parallel routes inside different route groups?
I was wondering if it's possible to have a parallel route for modal rendering in a different route group, for example
π (v2)
π layout.tsx
π invites
π page.tsx
π (v3)
π layout.tsx
π invites
π @modal
π (.add)
π page.tsx
π default.tsx
π add
π page.tsx
π layout.tsx
Currently when I reload the page
/invites/add
I see the (v3)/invites/add/page.tsx
, but when I try to navigate to /invites/add
I would expect to see (v3)/invites/@modal/(.add)/page.tsx
inside the layout, but instead I hit a 404 page.Is it possible to have parallel routes inside different route groups?