Replies: 3 comments 3 replies
-
This error occurs because you're using next-intl APIs in a Client Component, but you haven't configured To provide help for your specific situation I might need a reproduction using this template. |
Beta Was this translation helpful? Give feedback.
-
Check if your throwing error component , is wraped with NextIntlClientProvider in RoutLayout |
Beta Was this translation helpful? Give feedback.
-
For me the solution was to remove 'use client' at the top of the layout.tsx. I don't know why it was there in the first place, but removing it solved the error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I implement https://next-intl-docs.vercel.app/examples/minimal
as my project, but I encounter this error.
I got this error: Error: No intl context found. Have you configured the provider?
Where did I make mistake?
Beta Was this translation helpful? Give feedback.
All reactions