Prefect server: create_flow_run_from_deployment doesn't work when running the flow in EKS app

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 gives prefect.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