Error-500-when-initiating-source

Summary

A 500 error is encountered when calling the initiateSource API for the amazon-seller-partner connector, indicating an unexpected problem.


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', 'initiate-source', 'amazon-seller-partner', 'api', 'oauth']
</sub>