Hi all, we are running the Prefect 2.1.0 agent on Kubernetes. The API in the deployment has no errors, but the agent throws the following error: prefect.exceptions.PrefectHTTPStatusError: Client error ‘404 Not Found’ for url ‘https://api.prefect.cloud/account/[my accountid]/workspace/[my workspace id]/block_types/’
Can someone please explain what is going on?
✅ 1
👀 1
s
Sven Aoki
08/18/2022, 12:30 PM
You have to update the image on all prefect services involved which is most likely where the error is coming from..maybe your local computer where you build the deployment?
Hi Saman, can you confirm that the api key has access to the workspace? If we get a request for a workspace id that the actor doesn’t have access to, we return a 404.
Maybe try creating a new API key and adjust the active profile that you are using?