-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Handle case where the locale
param is an array and set cookie expiration to one year
#435
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
locale
param is an arraylocale
param is an array and add set cookie expiration to one year
locale
param is an array and add set cookie expiration to one yearlocale
param is an array and set cookie expiration to one year
Hi 👋 |
Thanks for chiming in @aXenDeveloper! Eventually, I'd definitely like to upgrade to the latest version, but I've been bitten quite a few times by now with subtle bugs that were introduced in Next.js patch versions. The latest being:
It takes quite some time to diagnose these issues and to participate in the upstream discussions. Some of these issues will be ironed out anyway again on the Next.js side, therefore I think it might be reasonable to stay a few patch versions behind on a release that is known to be stable. |
…expiration to one year (amannn#435)
Changes:
latest
tag in examples (for CSB)Fixes #431