cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OAuth prod env always return 500 error

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?

Message 1 of 4
latest reply
3 REPLIES 3

OAuth prod env always return 500 error

I am facing the same issue, were you able to solve this?

 

Message 2 of 4
latest reply

OAuth prod env always return 500 error

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?

Message 3 of 4
latest reply

OAuth prod env always return 500 error

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?

Message 4 of 4
latest reply