Running `prefect auth list-tenants` I get below: `...
# prefect-community
y
Running
prefect auth list-tenants
I get below:
ValueError: badly formed hexadecimal UUID string
Nvm user error.
1
t
I am getting this same error, do you remember what fixed it? @Yupei Chen
y
In my .env file where I have the api key and tenant id defined, the values weren’t formatted correctly. There was extra spaces between the key and the value, and the value wasn’t double quoted. So when I exported the vars from the .env file it wasn’t exporting correctly to local env.
gratitude thank you 1
🤔 1
t
It’s because I accidentally changed the name of my Local Storage dir without updating the storage configuration. 🤦‍♀️ Thank you for being responsive. User error indeed