Anyone has idea why?
# prisma-whats-new
m
Anyone has idea why?
f
docker container exists? -
Copy code
docker ps -a docker stop <container id> docker system prune -a
m
Yes, the container already existed. After following your instruction now I get
Could not connect to cluster goldi-cluster with host <http://ip:4466>. Did you provide the right port?
I removed the actual ip just in this message
f
The port is defined in ~/.prisma/config.yml do you have that file?
m
Yes I do, the port is defined in the host address
...:4466
- Btw it’s working now although I’m not 100% sure why I had to add extra steps, I’m going to list them down here
After getting the error above I removed the cluster name from
prisma.yml
file
at this point I was prompted with the choice of the clusters, I selected the one created during the tutorial and this time in the
~/.prisma/config
file it’s set to local and it has a
clusterSecret
key.
The
host
key is set to the correct
ip:port
it’s just renamed to local this time and it has that
clusterSecret
key - a little confused here, but it works
f
yeah dup envs / dockers confuse the yaml system ..
m
Thanks for your help 👍
salute 1
f

https://i.imgflip.com/1o9ejc.jpg

😂 1