I tried to deploy last night and this morning but I keep getting the same error about deadline exceeded…I assume after waiting too long for a builder.
1 Like
Just followed the Elixir app guide, was able to set secrets and set DB but am having the same problem.
flyctl also hangs when I try to access logs.
$ fly deploy
Deploying app-name-here
==> Validating app configuration
--> Validating app configuration done
Services
TCP 80/443 ⇢ 8080
Waiting for remote builder fly-builder-some-name-3213... connecting ⣽
Error error connecting to docker: host unavailable: context deadline exceeded
$ flyctl logs
@NickJ @Douglas can you delete the builder and try again? flyctl apps destroy {name}
We have a fix (or rather a massive improvement) coming soon, but don’t want you waiting on that.
1 Like
Thanks @michael , destroying the builder fixed this
1 Like
Great!
1 Like
Easy fix! Thanks again!