Summary
The user is encountering a 500 error when trying to run the initiateSource API for the Amazon Seller Partner connector. The error message indicates an unexpected problem has occurred and the team is investigating.
Question
"statusCode": 500,
"type": "<https://reference.airbyte.com/reference/errors>",
"status": 500,
"title": "unexpected-problem",
"detail": "An unexpected problem has occurred. The issue has been recorded and our team is looking into it."
}```
I am getting following error when running `intiateSource` api for `amazon-seller-partner`
```curl --request POST \
--url <https://api.airbyte.com/v1/sources/initiateOAuth> \
--header 'accept: application/json' \
--header 'authorization: Bearer BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '
{
"sourceType": "amazon-seller-partner",
"workspaceId": "e489e890-1452-47ef-83ba-4030c7a101a2",
"redirectUrl": "<https://beta.locale.ai>"
}
'```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1705322519001299) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["error-500", "initiatesource-api", "amazon-seller-partner", "api"]
</sub>