ENVIRONMENT_FALLBACK #670
Unanswered
Emiliano-Bucci
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
The same issue with 3.2.4 (timeZone is defined in getRequestConfig) |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I'd expect a |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
doing this works const timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
return (
<NextIntlClientProvider timeZone={timeZone}> |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to latest version (3.1.4) I've started to get this error
s [Error]: ENVIRONMENT_FALLBACKcode: 'ENVIRONMENT_FALLBACK',during static build generation (all my pages exports getServerSideProps) so I guess it could be the 404 page (?)
The stack trace is ->
/node_modules/use-intl/dist/production/react.js:1:1332Any clues?
Beta Was this translation helpful? Give feedback.
All reactions