:wave: Hello, team! I got this error when trting t...
# ask-community
a
👋 Hello, team! I got this error when trting to depoloy using command prefect deploy : File "/root/360-etl/venv/lib/python3.12/site-packages/prefect/client/base.py", line 361, in send response.raise_for_status() File "/root/360-etl/venv/lib/python3.12/site-packages/prefect/client/base.py", line 174, in raise_for_status raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.cause prefect.exceptions.PrefectHTTPStatusError: Server error '503 Service Unavailable' for url 'http://10.100.32.65:4200/api/csrf-token?client=ed9ff10a-469a-4eb2-9e00-041720e3bf36' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 An exception occurred. Also, it took too long running till got this error. and web server is running normally with no issues using command : prefect server start --host 0.0.0.0 installed prefect on ubuntu server and when tried the same on local ubuntu VM everythong was fine.