12-26-2024 06:00 PM
Hi everyone, I am facing issue while using Ebay auth api my callback url is correct everything is correct but when signin in Ebay account the message appear "We ran into a problem. Please try again later.".
Anyone who faced this issue on sandbox please guide how I can resolve this issue. Here is the API i am using
https://auth.sandbox.ebay.com/oauth2/authorize?client_id=####&redirect_uri=https://admin.shopify.com/store/test-store-nxl1/apps/express-test-app-7/auth/ebay-callback&response_type=code&scope=https://api.ebay.com/oauth/api_scope
12-27-2024 10:07 PM
@ansidd4436 wrote:Hi everyone, I am facing issue while using Ebay auth api my callback url is correct everything is correct but when signin in Ebay account the message appear "We ran into a problem. Please try again later.".
Anyone who faced this issue on sandbox please guide how I can resolve this issue. Here is the API i am usinghttps://auth.sandbox.ebay.com/oauth2/authorize?client_id=####&redirect_uri=https://admin.shopify.com/store/test-store-nxl1/apps/express-test-app-7/auth/ebay-callback&response_type=code&scope=https://api.ebay.com/oauth/api_scope
Hey,
Here are a few steps you can try to resolve this issue:
Check Redirect URI: Ensure that the redirect_uri in your authorization URL matches exactly with the RuName value assigned to your application in the eBay Developer Program. You can verify this by logging into the eBay Developer Program and navigating to Your Account > Application Keys.
Clear Browser Cache: Sometimes, clearing your browser cache and cookies can resolve issues related to authentication.
Check OAuth Scopes: Make sure that the OAuth scopes you are requesting are correctly configured and match the permissions required for your application.
Review API Documentation: Refer to the eBay API documentation for any additional requirements or troubleshooting steps.
12-29-2024 09:13 PM - edited 12-30-2024 08:22 PM
@norma2635 wrote:
@ansidd4436 wrote:Hi everyone, I am facing issue while using Ebay auth api my callback url is correct everything is correct but when signin in Ebay account the message appear "We ran into a problem. Please try again later.".
Anyone who faced this issue on sandbox please guide how I can resolve this issue. Here is the API i am using KMFusahttps://auth.sandbox.ebay.com/oauth2/authorize?client_id=####&redirect_uri=https://admin.shopify.com/store/test-store-nxl1/apps/express-test-app-7/auth/ebay-callback&response_type=code&scope=https://api.ebay.com/oauth/api_scope
Hey,
Here are a few steps you can try to resolve this issue:
Check Redirect URI: Ensure that the redirect_uri in your authorization URL matches exactly with the RuName value assigned to your application in the eBay Developer Program. You can verify this by logging into the eBay Developer Program and navigating to Your Account > Application Keys.
Clear Browser Cache: Sometimes, clearing your browser cache and cookies can resolve issues related to authentication.
Check OAuth Scopes: Make sure that the OAuth scopes you are requesting are correctly configured and match the permissions required for your application.
Review API Documentation: Refer to the eBay API documentation for any additional requirements or troubleshooting steps.
Hey,
I was having the same problem, thankyou for the solution it worked for me.
Regards,
Monica