Replies: 2 comments
-
Are you importing something for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I have the same problems, I also posted on stackoverflow. Any news about? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using NEXT 14. And I want to get the fallback value for non-existent locale keys. According to the documentation: https://next-intl-docs.vercel.app/docs/usage/configuration#error-handling
But when I add getMessageFallback to my getRequestConfig I get an error
TypeError: createContext only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/context-in-server-component
Beta Was this translation helpful? Give feedback.
All reactions