https://prefect.io logo
r

Rachel

08/26/2021, 4:05 PM
I deployed the server on a VPS and am trying to start a local agent, but it seems to expect an API key. When I run locally, this doesn’t happen. Is there a config I’m missing to tell it to run locally?
k

Kevin Kho

08/26/2021, 4:07 PM
Hey @Rachel, did you set
prefect backend server
? It seems like the agent is pointed to Cloud and that’s why it’s expecting authentication
👍🏻 1
r

Rachel

08/26/2021, 4:30 PM
@Kevin Kho Thanks Kevin, that was it. Seems I had a permission issue and it wasn’t able to update the config.
👍 1