Hi there :wave:. I'm following this tutorial: <htt...
# orm-help
s
Hi there 👋. I'm following this tutorial: https://www.prisma.io/tutorials/deploy-prisma-to-digitalocean-ct12/ but I'm not able to init my prisma service (step 5):
Copy code
!    'ERR_INVALID_URL': Invalid URL: 139.61.212.166/docker-test/dev
Running
docker ps
in my DO droplet shows that my prisma server is running.
h
Hi @Sébastien you will need to add http to it make it: http://139.61.212.166/docker-test/dev
you can also use localhost:4466 as this is on the same machine so that will reduce some latency
s
Hey @Harshit. Thanks for this anwser, i'll try it 🙂
It worked ! Thank you @Harshit for your help 😁
👍 1