I deployed the server on a VPS and am trying to st...
# prefect-server
r
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
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
@Kevin Kho Thanks Kevin, that was it. Seems I had a permission issue and it wasn’t able to update the config.
👍 1