-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Assignees
@BArtistically
Description
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.