Hey, after changing my database endpoint (and re-d...
# orm-help
m
Hey, after changing my database endpoint (and re-deploying my prisma service, stopping/removing/restarting my prisma docker container), I can't connect to my prisma service. When I try to
prisma deploy
, I'm getting the following error:
'ECONNRESET': request to <http://localhost:4466/management> failed, reason: socket hang up
Anybody able to help?
m
Can you check the logs of the container running prisma? Use
docker ps
to find the id and then run
docker logs <id>
My guess is that prisma can’t connect to the database at startup.
m
Yeah, it seems like it can't. After installing prisma 1.8.3 I got an error when running docker-compose up. Still can't tell why, the database endpoint is definitely available (and it's working on my associate's computer
n
@matus.congrady could you find a reproduction here? 🙂