André Dias
05/17/2023, 2:31 PMPREFECT_API_KEY=[my_key]
PREFECT_API_URL=<https://api.prefect.cloud/api/accounts/{account_id}/workspace/{workspace_id}>
When I try to spin up the container, I always get a not found Response: {'detail': 'Not Found'} response even though it exists.
prefect.exceptions.PrefectHTTPStatusError: Client error '404 Not Found' for url '<https://api.prefect.cloud/api/accounts/{account_id}/workspace/{workspace_id}/flow_runs/filter>'
If I spin the command (in this case prefect agent start --pool template-dev --work-queue dev ) in my local machine outside a container it works fine. I have the same values I get in prefect config view while spinning up the Docker Container. Can anyone help with this?Taylor Curran
05/17/2023, 2:33 PMaccounts/ twice in the URL of the error message, this may be the issue.André Dias
05/17/2023, 2:35 PMAndré Dias
05/17/2023, 2:38 PMChristopher Boyd
05/17/2023, 2:41 PMChristopher Boyd
05/17/2023, 2:41 PMAndré Dias
05/17/2023, 2:47 PM