Skip to content

p1000 authentication failed against database server #8925

Answered by ryands17
alucardu asked this question in Q&A
Discussion options

You must be logged in to vote

@alucardu 👋

Why doesn't your Postgres URL have a password? It's probably why Prisma can't connect. I can successfully connect my local Docker setup with Prisma and my URL looks something like this:

DB_URL="postgresql://postgres:password@localhost:5432/database"

Replies: 8 comments 12 replies

Comment options

You must be logged in to vote
6 replies
@ryands17
Comment options

@janpio
Comment options

@janpio
Comment options

@ameyalambat128
Comment options

@ArturM-S
Comment options

Answer selected by ryands17
Comment options

You must be logged in to vote
2 replies
@ryands17
Comment options

@alucardu
Comment options

Comment options

You must be logged in to vote
2 replies
@elielton1-alt
Comment options

@alucardu
Comment options

Comment options

You must be logged in to vote
1 reply
@RoylerMarichal
Comment options

Comment options

You must be logged in to vote
1 reply
@marcosillvestre
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet