unhandled run time error #145297
Unanswered
Yesh-hacker
asked this question in
npm
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1 of 1 error
Next.js (15.0.3)
Unhandled Runtime Error
Error: Failed to call
useTranslations
because the context fromNextIntlClientProvider
was not found.This can happen because:
failed, and therefore React attempted to render the component on the client
instead. If this is the case, check the console for server errors.
Learn more about this error here: https://next-intl-docs.vercel.app/docs/environments/server-client-components#missing-context
Source
app[locale]\page.tsx (7:29) @ Home
5 |
6 | const Home = () => {
Beta Was this translation helpful? Give feedback.
All reactions