You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQUIZ reported Code: 500 Message: Internal Server Error Body: {"message":"Error processing the request"} in the REST API v2 component. Link to the testing flow.
The SQUIZ team found that Connect sends an empty(blank) body with the GET request which causes the issue.
Please see the logs:
[2024-09-24 11:12:06.883]: processMessage received
[2024-09-24 11:12:06.884]: Going to check if incoming message body is lightweight.
[2024-09-24 11:12:06.884]: No object id header so not lightweight.
[2024-09-24 11:12:06.885]: No object id header so not lightweight.
[2024-09-24 11:12:06.885]: Going to check if passthrough for step is lightweight. { stepId: 'step_1' }
[2024-09-24 11:12:06.889]: Checking rate limit parameters...
[2024-09-24 11:12:06.889]: Going to fetch secret
[2024-09-24 11:12:06.968]: Got secret
[2024-09-24 11:12:06.969]: Got request body
[2024-09-24 11:12:07.626]: Component error
[2024-09-24 11:12:07.626]: Response statusCode 500
[2024-09-24 11:12:07.627]: processMessage emit error
[2024-09-24 11:12:07.635]: Delay Between Calls is not set, process message without delay...
[2024-09-24 11:12:07.636]: processMessage emit end was called more than once
[2024-09-24 11:12:07.636]: processMessage emit end
Postman or Curl command works, see the GET endpoint and API key:
HTTP error: Code: 500 Message: Internal Server Error Body: {"message":"Error processing the request"}
at checkErrors (/home/node/lib/utils.js:436:19)
at async module.exports.processMethod (/home/node/lib/utils.js:175:14)
Investigation
Useful Links
Description
SQUIZ reported Code: 500 Message: Internal Server Error Body: {"message":"Error processing the request"} in the REST API v2 component. Link to the testing flow.
Please see the logs:
Postman or Curl command works, see the GET endpoint and API key:
Component Version
2.0.15
Actual Result
Expected Result
200 OK
Workaround(s)
Use the Code component.
The text was updated successfully, but these errors were encountered: