Closed ammubhave closed 1 month ago
@ammubhave is attempting to deploy a commit to the next-intl Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-intl-example-app-router | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 4, 2024 4:04pm |
next-intl-example-app-router-without-i18n-routing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 4, 2024 4:04pm |
Thanks for the proposed update! There will be a few more updates necessary to the docs, but let's wait for now until the stable release of Next.js 15 lands. I'll close this as a duplicate of https://github.com/amannn/next-intl/pull/1089.
Update app router with-i18n-routing with a nextjs 15
params
change. In nextjs 15, theparams
property is a promise. Although direct access is still supported, it is deprecated.If params is accessed directly, and not awaited then we get the following warning
For more information see https://github.com/vercel/next.js/pull/68812