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

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.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: \n\n \n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n Mock not found! - mockable.io\n <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">\n\n\n <div class="container">\n \n

Mock not found!

\n
\n
Space
\n
demo1784017
\n
Method
\n
GET
\n
Path
\n
Account/8555922274
\n
Content-Type
\n
\n
Accept
\n
None
\n
SoapAction
\n
None
\n
\n \n\n \n \n provided by mockable.io\n \n\n \n\n [fbfeef87-4a18-4577-949f-a63460ffab82]",
"code": "NOT_FOUND",
"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.

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

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