-
in
in
i got the error: |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Oct 26, 2020
Replies: 2 comments
-
solution: change i change must change to the point NEXT_PUBLIC_ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks :) Also works with the CLI command: setx NODE_ENV NEXT_PUBLIC_APP_ENV |
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
solution:
change
NODE_ENV
to other,i change
NODE_ENV
toAPP_ENV
, but not workmust change to
NEXT_PUBLIC_APP_ENV
,the point NEXT_PUBLIC_