Hello, I am getting this issue while creating a de...
# prefect-community
s
Hello, I am getting this issue while creating a deployment, also this issue remains the same when I start the agent, and the flow crashes.
Copy code
09:09:17.306 | DEBUG   | httpx - load_ssl_context verify=True cert=None trust_env=True http2=False
09:09:17.306 | DEBUG   | httpx - load_verify_locations cafile='/root/codes/the-swift-turtle/venv/lib/python3.8/site-packages/certifi/cacert.pem'
09:09:17.317 | DEBUG   | httpcore - connection.connect_tcp.started host='<http://orion.my_url.com|orion.my_url.com>' port=4200 local_address=None timeout=30.0
09:09:17.321 | DEBUG   | httpcore - connection.connect_tcp.complete return_value=<httpcore.backends.asyncio.AsyncIOStream object at 0x7fe97444aca0>
09:09:17.321 | DEBUG   | httpcore - http11.send_request_headers.started request=<Request [b'GET']>
09:09:17.322 | DEBUG   | httpcore - http11.send_request_headers.complete
09:09:17.322 | DEBUG   | httpcore - http11.send_request_body.started request=<Request [b'GET']>
09:09:17.322 | DEBUG   | httpcore - http11.send_request_body.complete
09:09:17.322 | DEBUG   | httpcore - http11.receive_response_headers.started request=<Request [b'GET']>
09:09:17.333 | DEBUG   | httpcore - http11.receive_response_headers.complete return_value=(b'HTTP/1.1', 404, b'Not Found', [(b'date', b'Mon, 17 Apr 2023 09:09:16 GMT'), (b'server', b'uvicorn'), (b'content-length', b'33'), (b'content-type', b'application/json')])
09:09:17.333 | DEBUG   | httpx - HTTP Request: GET <http://orion.my><http://_url.com:4200/api/deployments/name/mp-meta-data-flow/mpdeployment-1|_url.com:4200/api/deployments/name/mp-meta-data-flow/mpdeployment-1> "HTTP/1.1 404 Not Found"advarisk
09:09:17.334 | DEBUG   | httpcore - http11.receive_response_body.started request=<Request [b'GET']>
09:09:17.334 | DEBUG   | httpcore - http11.receive_response_body.complete
09:09:17.334 | DEBUG   | httpcore - http11.response_closed.started
09:09:17.334 | DEBUG   | httpcore - http11.response_closed.complete
09:09:17.335 | DEBUG   | httpcore - connection.close.started
09:09:17.335 | DEBUG   | httpcore - connection.close.complete
#prefect-community #prefect-ui #prefect-contributors