Hey everybody, first of all: having access to an o...
# prefect-community
f
Hey everybody, first of all: having access to an open-source UI is great, big thank you to the team! 👍🎊 I've managed to start the server and registering my flow, but trying to run a local agent using
prefect agent start
gives me this exception:
prefect.utilities.exceptions.AuthorizationError: No agent API token provided.
Any suggestions? I had already registered an agent with Prefect Cloud and an API token before.
c
Hey Fabian! You’ll need to switch your backend with the CLI command:
Copy code
prefect backend server
upvote 2
f
Now it works, thank you! 👍
j
@Marvin archive “prefect agent start ‘No agent API token provided.’”