Request Method not working in custom app but working in development environment

Hi team,
Making an API call to my internal product (OnPremise) using the Request Method in FDK v2.3. It works fine in development environment (fdk run). But when I pack it, upload and publish it as an Custom app, getting the following error,

{
    "status": 502,
    "headers": {},
    "response": "Error in establishing connection",
    "errorSource": "APP",
    "attempts": 1
}

Note: The internal product is reached through a FQDN with proper certificate and the request works perfectly in dev environment (fdk run)

Hey @venkat,

If this is not resolved yet, can you share your request template and how you are invoking this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.