Hi I'm just getting into prisma, and I'm getting t...
# orm-help
s
Hi I'm just getting into prisma, and I'm getting this error after having run the
docker compose up -d
and
prisma deploy
commands
Could not connect to server at <http://localhost:4466>. Please check if your server is running.
h
Hi, please use threads 🙂
and have you tried cleaning your containers and restarting
and can you share your prisma.yml file
try running
docker-compose down -v --rmi all --remove-orphans
to clean up your old containers
b
are you on windows or mac?