Hi - I'm using Prefect Server and I'm trying to re...
# prefect-server
d
Hi - I'm using Prefect Server and I'm trying to register a flow into a project but I'm getting the following error:
Copy code
prefect register --project "Tests" --path hello_world.py
... lots of output ...
prefect.exceptions.AuthorizationError: Malformed response received from Cloud - please ensure that you are authenticated. See `prefect auth login --help`.
I have my
.prefect/config.toml
configured to use my Server but since I'm not using the Cloud, I'm not sure about the
auth
or API key
k
It seems like your registration is pointing to Cloud? Do
prefect backend server
and maybe
prefect auth logout
so that you dont have any lingering keys
d
ah -
prefect backend server
seemed to do it - thanks!