Has anyone else experienced issues using the prefe...
# prefect-cloud
a
Has anyone else experienced issues using the prefect CLI after login via
prefect cloud login
? I logged in and saw this output
Copy code
Authenticated with Prefect Cloud! Using workspace ...
But when I run
prefect work-pool ls
I see the following error
Copy code
...
    raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/{account_id}/workspaces/{workspace-id}/work_pools/filter>'
Response: {'detail': 'Not authenticated'}
For more information check: <https://httpstatuses.com/403>
What's also strange is that
prefect work-pool ls
works fine in a different project.