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
in version 5.11.3 when using middleware, the locale is not passed anymore. It is still present in the middleware but in the getStaticProps it defaults to the default.
Even when only returning NextResponse.next(); in version 5.11.2 everything was still ok.
Can someone check what made it break. Currently reverting to 5.11.2 until it is fixed.