Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
500-status error
In Postman.
click 'send' with a GET request and receive the response quoted below, then immediately click send again and get expected body response with status 200 Ok.
My api executes to the end and executes the debug, (there for this test):
Could you shed any light on what might be causing this.
click 'send' with a GET request and receive the response quoted below, then immediately click send again and get expected body response with status 200 Ok.
My api executes to the end and executes the debug, (there for this test):
If Error_Services('NoError') then
debug
end
Return Response OR ''
Could you shed any light on what might be causing this.
{
"type": "about:blank",
"title": "Internal Server Error",
"status": 500,
"detail": "Get_Status Error",
"Status": "1",
"StatusCode": "FS109 - D:\\DATAVOL"
}
"type": "about:blank",
"title": "Internal Server Error",
"status": 500,
"detail": "Get_Status Error",
"Status": "1",
"StatusCode": "FS109 - D:\\DATAVOL"
}
Comments
But, it was picked up by the backend of frameworks.
All I had to do was clear the status after the function call.