You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Hey ya'll. This library was working perfectly before - but for some reason now it is not loading my .env file. It is literally interpreting the env("DATABASE_URL"). I get the error:
error: Error validating datasource `db`: the URL must start with the protocol `postgresql://` or `postgres://`.
My env vars are correct and verified and my prisma schema is also correct and verified.
Edit: When i remove the surrounding "" from my env var, it works. Seems the "" in an env var mess it up.