I have set up my auth tokens. I was originally getting this error - #2 I added npm install grunt-cli -g, I am no longer getting the error, but my build is still failing.
I am running ngrok http 80 on /public. This is the error I am getting from ngrok:
Traffic was successfully tunneled to the ngrok agent, but the agent failed to establish a connection to the upstream web service at localhost:80. The error encountered was:
dial tcp [::1]:80: connect: connection refused
This is the error in the build script on Travis CI:
$ NGROK_PATH=$(curl 'http://localhost:4040/api/tunnels' | jq -r '.tunnels[0].public_url')/theme.zip
curl: (7) Failed to connect to localhost port 4040: Connection refused
Am I tunneling to the correct folder?
I have set up my auth tokens. I was originally getting this error - #2 I added
npm install grunt-cli -g, I am no longer getting the error, but my build is still failing.I am running ngrok http 80 on /public. This is the error I am getting from ngrok:
Traffic was successfully tunneled to the ngrok agent, but the agent failed to establish a connection to the upstream web service at localhost:80. The error
encounteredwas:dial tcp [::1]:80: connect: connection refused
This is the error in the build script on Travis CI:
Am I tunneling to the correct folder?