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
Hello @bso-oo 👋
Once you set the environment variable in the Linux machine, can you check if the value of DATABASE_URL is correct at runtime? You can use the dotenv package to load the environment variable as specified here: https://www.prisma.io/docs/guides/development-environment/environment-variables#using-environment-variables-in-your-code
DATABASE_URL
Originally posted by @nurul3101 in #19107 (comment)
The text was updated successfully, but these errors were encountered:
Might help… I generally plug this small validator
@httpx/dsn-parser
https://github.com/belgattitude/httpx/tree/main/packages/dsn-parser#readme
Works also with zod, t3-env… (but don’t depend on them)
Sorry, something went wrong.
Please move the discussion back to #19107 (comment)
No branches or pull requests
Hello @bso-oo 👋
Once you set the environment variable in the Linux machine, can you check if the value of
DATABASE_URL
is correct at runtime?You can use the dotenv package to load the environment variable as specified here: https://www.prisma.io/docs/guides/development-environment/environment-variables#using-environment-variables-in-your-code
Originally posted by @nurul3101 in #19107 (comment)
The text was updated successfully, but these errors were encountered: