<@ULVA73B9P> I’m getting an `Cannot log in with a ...
# ask-marvin
t
@Marvin I’m getting an
Cannot log in with a key when a different PREFECT_API_KEY is present as an environment variable that will override it.
error and I’m not logged into the prefect cloud
Managed to fix it by unsetting the config.
Copy code
prefect config unset PREFECT_API_URL
prefect config unset PREFECT_API_KEY
And then setting it again.
👍 1