Description
Connector Name
amazon-seller-partner
Connector Version
4.5.0
What step the error happened?
Configuring a new connector
Relevant information
I'm using Airbyte OSS. When I create a new Amazon Seller Partner source, I specify the following:
- Source Name
- AWS Environment
- AWS Region
- AWS Seller Partner Account Type
- LWA Client Id
- LWA Client Secret
and then I click the button to "Authenticate your Amazon Seller Partner account". I see no visual result after clicking the button. When I view the developer tools network tab I see that my request yields a 500 response and the response body looks like this:
{
"message": "Internal Server Error: Undefined parameter 'app_id' necessary for the OAuth Flow.",
"exceptionClassName": "java.lang.IllegalArgumentException",
"exceptionStack": [],
"rootCauseExceptionStack": []
}
I see this thread seems to be related to the addition or removal of the app_id parameter:
Also docs for this connector are confusing as they reference a "Refresh Token" as a parameter for Airbyte Open Source, however no Refresh Token configuration field is found in the UI.
I wonder if this is a similar issue to the very recently reported issue with the instagram connector.
I believe I'm running Airbyte 1.4
Relevant log output
Contribute
- Yes, I want to contribute