04-13-2023 11:06 PM
I'm trying to integrate OAuth into one of the libraries and the eBay API is always throwing a 500 error in Prod env:
{"error_id":"temporarily_unavailable","error_description":"The authorization server is currently unable to handle the request.","http_status_code":500}
whereas in the Sandbox environment, the /authorize API is working fine aka returning the auth code back in the redirect URI, but the /token API is throwing 400 bad request error:
{"error":"invalid_request","error_description":"request is missing a required parameter or malformed."}
any inputs on how to get ahead with the above issues?
09-11-2023 02:21 PM
I am facing the same issue, were you able to solve this?
06-26-2024 11:09 PM
I am facing the same issue too. While working with the Sandbox environment, it is working fine and returning the token but having the same error for the Production environment;
{"error":"invalid_request","error_description":"request is missing a required parameter or malformed."}
Were you able to solve that problem?
06-26-2024 11:10 PM
I am facing the same issue too. While working with the Sandbox environment, it is working fine and returning the token but having the same error for the Production environment;
{"error":"invalid_request","error_description":"request is missing a required parameter or malformed."}
Were you able to solve that problem?