Does anyone know why the below structure is invalid?
Unanswered
omermanman posted this in #help-forum
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?
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
Also opened this bug issue
https://github.com/vercel/next.js/issues/58312
https://github.com/vercel/next.js/issues/58312
Shy Albatross
it's a duplicate of this issue
https://github.com/vercel/next.js/issues/58272
https://github.com/vercel/next.js/issues/58272
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