While selecting work pool in prefect UI, it is sho...
# prefect-ui
a
While selecting work pool in prefect UI, it is showing this and I am not getting any option to select infrastructure. And clicking Next button is giving me error. What should I do in this case. And while running this command in terminal -
prefect work-tool create "zoompool"
I am getting
Copy code
raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<http://127.0.0.1:4200/api/collections/views/aggregate-worker-metadata>'
Response: {'exception_message': 'Internal Server Error'}
j
Hi Arvind - is it possible that your setup is unable to connect to Github? You can work around this issue by using a worker to create the work pool you want. For example, if you wanted a process work pool, you could start a process worker with
prefect worker start --type process --pool my-pool-name
and that worker would create a process work pool with name my-pool-name as part of it's start-up. After the work pool is created, you will be able to edit the work pool as usual.
a
@Jenny This command is also giving me this error. I updated my error in that github issue you shared.
Copy code
httpx.ConnectError: All connection attempts failed