unsuccessful command flyctl ext tigris create

Hello

I’ve just setup a fly.io account and added my backend repo, my backend is using S3 however fly.io tries to automatically use tigris, I don’t even want to use tigris but there is nowhere in the UI for me to turn it off and whenever my deployment gets to provisioning tigris, it fails with the error: unsuccessful command 'flyctl ext tigris create

How can I go about resolving this?

I have also tried accepting the Tigris ToC just to at least get my app running with tigris, but i’m stuck in their weird broken flow where fly tries to use tigris because I use S3 and I can’t configure it and stop it because it isn’t properly deployed for the first time yet.

Any help is appreciated, thanks

Hi… Try deploying from the command line with fly launch; it looks like it will allow you to opt-out of creating a Tigris bucket, etc.:

https://community.fly.io/t/launch-your-app-with-object-storage-from-tigris/19617

In general, the Web UI for launching is still considered experimental (last I heard), and it doesn’t have the full set of knobs, feedback mechanisms, …

Hope this helps a little!

1 Like

Thanks, that worked perfectly, in future i’ll just use the CLI for everything :sweat_smile:

1 Like