Internal error setting secret for machines apps

$ flyctl apps create --machines --name test-secrets
New app created: test-secrets
$ flyctl secrets -a test-secrets set TEST=foo
INFO Using wait timeout: 2m0s and lease timeout: 30m0s
Provisioning ips for test-secrets
  Dedicated ipv6: 2a09:8280:1::6:ecb4
  Shared ipv4: 66.241.125.124
  Add a dedicated ipv4 with: fly ips allocate-v4
Error returned error 500 Internal Server Error: {"errors":[{"message":"You hit a Fly API error with request ID: 01GSZWRAG4738ZYX7YBTNRBV9S-sjc","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GSZWRAG4738ZYX7YBTNRBV9S-sjc"}}],"data":{}}


EXIT:1
$ flyctl version
flyctl v0.0.464 linux/amd64 Commit: f9840dd8a1cd25ba3ada1ef5fee2db563d529406 BuildDate: 1970-01-01T00:00:00Z
1 Like

Hi @Tv1 , I was able to reproduce this on my machine. I’ll be looking into it shortly!

Hey again! So the issue was fixed on our end, and should be available in flyctl v0.0.466 when it comes out. Thank you for reporting the issue.

1 Like