Fly ctl Tigris custom domain issue

I’m trying to add a custom domain to a Tigris bucket.

Bucket:
REDACTED

Command:
flyctl storage update REDACTED --custom-domain REDACTED --verbose

DNS:
REDACTED CNAME REDACTED.fly.storage.tigris.dev

DNS check:
dig @1.1.1.1 REDACTED CNAME +short
=> REDACTED.fly.storage.tigris.dev.

Error:
returned error 500

Fly request ids:
01KQFADD4SZTCVT7W7QE95QNK8-iad
01KQFAESDMDWV6PGG15G9PGM5W-iad

the change IS visible in tigris console, so it came through but unsure what the 500s are pointing out

Hi, if the “500” is consistent you can try running LOG_LEVEL=debug flyctl storage etc etc etc to get a full debug output. That’ll show you more details as to which endpoint is 500’ing. I’d appreciate if you could share those details then :slightly_smiling_face: