Why does drizzle.config.ts have trouble recongizing my db url by not individual credentials?
When I use the
url
property to connect to my instance, I get an error saying it can't authorize the db user, but when I use the individual parameters such as, host
, post
, user
, pass
etc... it works.
It's as if it's not reading the enviorment variable correct. Does anyone else have epxerience with the same issue and have found a solution to just using the url
parameter?0 Replies