Hi Team,
-
I am trying to start a flow from another flow using deployment id. I am using prefect client function
create_flow_run_from_deployment
. It works locally when using public URL, when tested from the eks app it givesprefect.exceptions.PrefectHTTPStatusError: Client error '422 Unprocessable Entity' for url
-
When tested from the REST API UI , it gives 500 error
Error: response status is 500
Can you please help what is the best way to fix this? Thanks