I'm able to do it fine
# prisma-whats-new
j
I'm able to do it fine
j
What was your steps to deploy on private server?
j
I just created a project with
graphcool init
then ran
graphcool deploy
and chose local or whatever the option was
j
🤔🤔
I used
graphql create
Then
graphcool deploy
j
Should be essentially the same thing... How long did you wait for the deploy process?
It could take a few minutes, it does have to download the docker images and such the first time
j
Left it there for like half an hour.
j
Ouch
Have you tried running it with
DEBUG="*"
set?
j
I'll try again with a clean install.
j
That's always an option too yeah
j
Thanks!
I ran it with
DEBUG="*"
and I get
Copy code
FetchError: request to <http://localhost:60000/cluster> failed, reason: read ECONNRESET
j
Hm, I know when I was playing around with it, when I did the initial deploy (iirc) it had that error a number of times, but eventually it went through... That did look rather suspect to me. Maybe it's polling the container to see when it's ready? Not entirely sure. that is indeed odd that it's failing out of the box
Is there anything that might prevent the container from binding to port 60000?