grouped routes matching not supported in (middleware) #83283
Unanswered
vishnumallela
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected:
Middleware matcher "/(protected)/:path*" should match all routes within the (protected) route group
Routes like /dashboard (which is actually /app/(protected)/dashboard/page.tsx) should trigger middleware
Current:
The grouped route matcher doesn't work
Middleware doesn't run on routes within the (protected) group
Developers must manually list every protected route
Beta Was this translation helpful? Give feedback.
All reactions