I was going through the very firs video of the course: Volt MX Iris & Foundry Jumpstart and in there we have to run a service (getMultiQuotes) in the foundry dashboard and when I does that it throws an error while in the video there was no such error. Moreover, the course is having just snippets, it would be much better if those snippets can be swapped with actual website manipulation. In that way, one can learn everything step by step.
I am getting the below error when I am trying to get fetch the response of the particular endpoint. When I am clicking on Save & fetch response button, it is giving the below error:
I referred the Volt MX documentation & went through the foundry error codes section, but can't find error code #7010. I don't know why is that popping out?
This is the response log:
{
"Status": "Error",
"ErrorCode": "7010",
"ErrorMessage": "Error occurred while evaluating the JavaScript. Cause: Resource Utilization Exceeded.",
"StatusCode": 500
}
I guess there is something wrong with the preprocessing steps. Am I selecting the wrong environment? I have the following environments:
If anyone can help me out then it would be great.





