Next.js Discord

Discord Forum

Does anyone know why the below structure is invalid?

Unanswered
omermanman posted this in #help-forum
Open in Discord
I created this repo:
https://github.com/omerman/catchall-routegroup-parallel

If you remove the routegroup that wraps the parallel route, stuff will work.
If you only had the catchall and the home page everything works..

but my given structure doesnt. it says it's conflicting and it shouldnt.

Help anyone?

4 Replies

Shy Albatross
Shy Albatross
nothing we can do until it's fixed at the core, until 14.0.2-canary.26 you can work around the modal not being dismissed by adding path-based return null; in the modal itself. From canary.27 upwards it's busted.
Thank you so much