Jan Amann

Results 436 comments of Jan Amann

@Joshua-hypt How are you reading the locale in `getRequestConfig`? E.g. if you're reading from cookies, it's naturally a bit hard to cache on the server since it depends on the...

> but on initial render it will still be blocked, requiring a suspense I think you're right, yes! But it kind of makes sense, right? If you only know the...

Yep, this is definitely something I'd like to support—it's a bit further down the road currently though as RSC support is being fleshed out in other frameworks. I think as...

Cool, thanks! I've also added a link to this issue in https://github.com/amannn/next-intl/issues/1863.

The following PRs will resolve this: 1. https://github.com/amannn/next-intl/pull/1316 2. https://github.com/amannn/next-intl/pull/1383 More details: https://github.com/amannn/next-intl/pull/1391

Please see here: https://github.com/amannn/next-intl/pull/1391

@tonyabracadabra Did you upgrade to the new APIs in the canary version? (see also https://github.com/amannn/next-intl/pull/1391#issuecomment-2411017222) I tried recently with a Next.js 15 canary version and was able to get rid...

@imranbarbhuiya Yep, we had a brief exchange on X: https://x.com/jamannnnnn/status/1842179418657116244. It's essentially the same approach as `unstable_setRequestLocale`, but in the case of nuqs, parsing is applied on top. @danielkoller I...

Next.js 15 is supported now without warnings: 1. [next-intl 3.22](https://next-intl-docs.vercel.app/blog/next-intl-3-22): Adopt `await requestLocale` and `createNavigation` 2. [next-intl 3.23](https://github.com/amannn/next-intl/releases/tag/v3.23.0): Next.js 15 has been added to peer dependencies However, please consider: https://github.com/amannn/next-intl/issues/1442....

@ZeeCoder Any chance this could be merged and released?