Rafael Rozon
06/18/2018, 3:42 AMprisma init
, copied the docker-compose file to the database folder, removed the endpoint key, ran prisma init and then got a new endpoint key in the prisma.yml file. I ran docker-compose up -d
and it was fine, then when I ran prisma deploy I get this: Error: Could not connect to server at <http://localhost:4466>. Please check if your server is running.
. Am I missing anything? For what I understand I need 2 servers, the one created by docker-compose which is where Prisma sits, and then the web server to consume it.Raeesaa
06/18/2018, 5:23 AMdocker-compose up -d
. Can you please run docker ps
and confirm if prisma container is up?Rafael Rozon
06/18/2018, 5:43 AMexport DEBUG="*"
I get a bunch of errors with FetchError: request to <http://localhost:4466/management> failed, reason: socket hang up
and FetchError: request to <http://localhost:4466/management> failed, reason: connect ECONNREFUSED 127.0.0.1:4466
. There's an open issue on the repo, apparently no solution yetRaeesaa
06/18/2018, 5:50 AMRafael Rozon
06/18/2018, 6:00 AMnilan
06/18/2018, 3:28 PM