using a env var for a database #696
Unanswered
chrisdrackett
asked this question in
General
Replies: 2 comments
-
Is your |
Beta Was this translation helpful? Give feedback.
0 replies
-
So this ended up being the following code in our server:
for some reason if we edit this URL like so we run into errors. Luckily as we're (attempting) to move to Heroku we no longer need this line so I just removed it and the error went away |
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.
-
pre-nexus we had the following in our schema.prisma:
this does not seem to work with nexus using a
.env
file. If I replace it with the actual URL it works.The error I get is:
I'm going to keep digging, but was curious if anyone else has run into this.
Beta Was this translation helpful? Give feedback.
All reactions