Legacy Dev Forum Posts

 View Only

Sign Up

Data Action Error -Execute: The requested resource was not found

  • 1.  Data Action Error -Execute: The requested resource was not found

    Posted 06-05-2025 19:23

    Akhil070 | 2022-09-28 06:22:41 UTC | #1

    Hello There!

    We ran into an error says : "Execute: The requested resource was not found."

    { "message": "The requested resource was not found.", "code": "not.found", "status": 404, "messageParams": {}, "contextId": "fbfeef87-4a18-4577-949f-a63460ffab82", "details": [ { "errorCode": "ACTION.REMOTEENDPOINT" } ], "errors": [ { "message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: <!DOCTYPE html>\n<html>\n <head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Mock not found! - mockable.io</title>\n <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css\">\n</head>\n<body>\n <div class=\"container\">\n \n <h2>Mock not found!</h2>\n <dl>\n <dt>Space</dt>\n <dd>demo1784017</dd>\n <dt>Method</dt>\n <dd>GET</dd>\n <dt>Path</dt>\n <dd>Account/8555922274</dd>\n <dt>Content-Type</dt>\n <dd></dd>\n <dt>Accept</dt>\n <dd>None</dd>\n <dt>SoapAction</dt>\n <dd>None</dd>\n </dl>\n \n\n </div>\n <footer>\n provided by mockable.io\n </footer>\n\n \n</body>\n</html> [fbfeef87-4a18-4577-949f-a63460ffab82]", "code": "NOTFOUND", "status": 404, "messageParams": {}, "details": [], "errors": [] } ] }

    We are using mockable.io for testing and we are getting this error in one org setup and it works in another org set up. Please help us in resolving this.

    api: https://demo1784017.mockable.io/Account/

    Body:

    { "First Name" : "Akhil", "Last Name" : "Phnatom", "Customer ID" : 101, "PhoneNumber" : "8555922274", "Debt" : 100 }

    Thank in Advance,

    Akhil Angara.


    Jason_Mathison | 2022-09-28 10:15:41 UTC | #2

    HI Akhil,

    It looks like in your data action you are tacking on the phone number to the URL: https://demo1784017.mockable.io/Account/8555922274

    However the mock endpoint is only expecting https://demo1784017.mockable.io/Account

    --Jason


    system | 2022-10-29 10:15:52 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 16479