We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried this same setup on my app but it seemed like heroku hadn't created the ENV vars or something yet.
remote: error: Error validating datasource `postgresql`: You must provide a nonempty URL. The environment variable `DATABASE_URL` resolved to an empty string. remote: --> schema.prisma:5 remote: | remote: 4 | datasource postgresql { remote: 5 | url = env("DATABASE_URL")
Any ideas?
The text was updated successfully, but these errors were encountered:
@ChuckJonas did you add the Postgresql addon to Heroku as per the example or did you use the one-click deployment option?
Sorry, something went wrong.
No branches or pull requests
I tried this same setup on my app but it seemed like heroku hadn't created the ENV vars or something yet.
Any ideas?
The text was updated successfully, but these errors were encountered: