when i "export DEBUG='*'; prisma deploy" i get th...
# orm-help
n
when i "export DEBUG='*'; prisma deploy" i get this:
j
can you paste the output of
docker ps
?
n
j
go to http://localhost:4466/ in your browser. What do you see?
and run
docker logs --tail=50 -f backend_prisma_1
n
j
maybe prisma errored out on something
n
one second
j
nothing odd there
try
sudo lsof -i :4466
n
i am using Docker Toolbox instead of Docker Desktop for Windows
j
oh
windows
n
yeah
😐
feels bad man
j
is this the initial setup for prisma on this machine?
n
yes
npm install -g prisma
j
on linux
sudo lsof -i :4466
checks what process is using that port. Try the windows equivalent
n
yep that seems to be the issue
no port listening on 4466 for the host machine
j
maybe something with your docker
looks like your prisma is running fine, and it connected to your db
n
https://stackoverflow.com/questions/42866013/docker-toolbox-localhost-not-working the second answer from EJJ fixed it. Went into OracleVM VirtualBox and did some port forwarding
Thanks!
j
we got it!
🦜
😄 1