Level 2
March 8, 2024
Solved
Error when creating a Source Connection with SSS Verification Collection PostMan APIs
- March 8, 2024
- 1 reply
- 1273 views
I am walking through the Source Connector guide and I am not sure what I am missing. I have the Source Connection Spec attached to here. When I try to create a Connection, I am running into the error below:
{
"type": "https://ns.adobe.com/aep/errors/FLOW-1100-400",
"title": "Invalid request",
"status": 400,
"report": {
"detailed-message": "The request could not be processed. Error from flow provider: The request is invalid. Please check the request and try again.",
"request-id": "iynrS1YNrefPPIeugTzezPX92QAWxFfC",
"message": "The request is invalid. Please check the request and try again."
},
"errorMessage": "The request could not be processed. Error from flow provider: The request is invalid. Please check the request and try again.",
"errorDetails": "The request could not be processed. Error from flow provider: The request is invalid. Please check the request and try again."
}
Since I don't have logs, I am not sure what the issue is with the Spec. I did try to change the name property of the Spec to "generic-rest", then the connection is created is successfully. I wanted to see if anyone here can explain this to me why the name "Algolia User Profiles Connector" does not work but "generic-rest" rest does.