Intercepting route with route groups and catch all routes
Can't get intercepting route to work with route groups and catch all routes, but it does at least compile. I also tried @authModal/(...)sign-in/[[...sign-in]]/page.tsx and this doesn't compile at all.
2 Replies
😖😖wtf is this
So this is how app router looks like?
You can use middleware though
Not as complicated as it looks: https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes#modals
Just docs don't have example with route group and catch all routes. Not sure it's even possible