`fly redis create` fails

fly redis create fails with the following error:

Error: input:3: createAddOn Not authorized to manage this organization::feature.

Full text:

(.venv) ➜  SpokaneTech_Py fly redis create       
automatically selected personal organization: Joe
? Choose a Redis database name (leave blank to generate one): spokanetechbroker
Some regions require a Launch plan or higher (fra).
See https://fly.io/plans to set up a plan.

? Choose a primary region (can't be changed later) Seattle, Washington (US) (sea)

Upstash Redis can evict objects when memory is full. This is useful when caching in Redis. This setting can be changed later.
Learn more at https://fly.io/docs/reference/redis/#memory-limits-and-object-eviction-policies
? Would you like to enable eviction? Yes
Some regions require a Launch plan or higher (fra).
See https://fly.io/plans to set up a plan.

? Optionally, choose one or more replica regions (can be changed later): 
Error: input:3: createAddOn Not authorized to manage this organization::feature.

Fly version: fly v0.2.21 darwin/amd64 Commit: 42667dfeca123234e4e85946df22bd01406cc4f9-dirty BuildDate: 2024-03-17T12:10:25Z

Looks like this was an issue with direnv exporting a different FLY_API_TOKEN.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.