Problems with environment variables support 9.4 #12815
Unanswered
CloutProject
asked this question in
Help
Replies: 2 comments 7 replies
-
Any chance you could share some of the code? For instance where this error is being thrown from? Also trying logging out the environment variables being used in your code to see what is being set. |
Beta Was this translation helpful? Give feedback.
7 replies
-
@Timer Do you have any thoughts regarding the questions raised in the discussion on the previous post? |
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 recently tried to make my project work with the new environment variables support from 9.4. I removed the next.config.js file but it's not working. I have a regular .env file with variables that I want to keep private.
I'm probably missing a concept here, but when I start my app in dev with next dev, I get the following error in my browser: "URI malformed, cannot be parsed".
Beta Was this translation helpful? Give feedback.
All reactions