Hi, I have just deployed (successfully) a new version of an app and it seems that it can’t be reached, every connection times out.
I’ve already tried to restart the app and I can see from the logs that it spins up correctly
2022-03-31T13:35:12.726 app[75e6954a] lhr [info] Sending signal SIGINT to main child process w/ PID 515
2022-03-31T13:35:27.684 runner[75e6954a] lhr [info] Starting instance
2022-03-31T13:35:28.815 runner[75e6954a] lhr [info] Configuring virtual machine
2022-03-31T13:35:28.824 runner[75e6954a] lhr [info] Pulling container image
2022-03-31T13:35:29.269 runner[75e6954a] lhr [info] Unpacking image
2022-03-31T13:35:29.278 runner[75e6954a] lhr [info] Preparing kernel init
2022-03-31T13:35:31.469 runner[75e6954a] lhr [info] Configuring firecracker
2022-03-31T13:35:31.600 runner[75e6954a] lhr [info] Starting virtual machine
2022-03-31T13:35:31.829 app[75e6954a] lhr [info] Starting init (commit: 6f9865f)...
2022-03-31T13:35:31.889 app[75e6954a] lhr [info] Preparing to run: `/cnb/process/web` as heroku
2022-03-31T13:35:31.943 app[75e6954a] lhr [info] 2022/03/31 13:35:31 listening on [fdaa:0:3bc5:a7b:276d:75e6:954a:2]:22 (DNS: [fdaa::3]:53)
2022-03-31T13:35:32.962 app[75e6954a] lhr [info] > backend-node@1.0.0 start
2022-03-31T13:35:32.962 app[75e6954a] lhr [info] > node index.mjs
2022-03-31T13:35:33.792 app[75e6954a] lhr [info] Example Guestbook App listening at http://localhost:8080
I’ve also tried to redeploy it with the same code that works fine locally but nada.
The app is tru-id-guestbook-backend
id 75e6954a
and is deployed only in London LHR
$ curl -I https://tru-id-guestbook-backend.fly.dev/
curl: (92) HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
Are there any issues in LHR?