You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only call NextResponse.rewrite if really necessary (#2051) (43ed4aa) β by @amannn
In case you're relying on x-middleware-rewrite being set on the response from the next-intl middleware (e.g. for additional rewrites), please see details in #2051.
Avoid usePathname inconsistency in Next.js leading to a hydration error with custom prefixes, localePrefix: 'always' and static rendering (#2012) (bc9cb62), closes #2011vercel/next.js#73085#1571 β by @hugotiger