Hello guys! I'm curious why I can't make requests ...
# orm-help
s
Hello guys! I'm curious why I can't make requests to specified in
.env
db with prisma methods. All works fine until today, and now prisma giving error "Authentication failed against database server at
localhost
, the provided database credentials for
postgres
are not valid" But yesterday all works fine. Why this can happen? I check db with psql tool and seems like db is up and running, because I can make requests to it, but nor from prisma.
j
If you are getting authentication errors, it sees the server. It's going to be your authentication credentials one way or another. You likely accidentally added it removed a character from the connection string.