skip to Main Content

Ebay API – Ebay oauth "Input request parameters are invalid." getting user consent

https://auth.sandbox.ebay.com/oauth2/authorize? client_id=${clientID} &redirect_uri=https://localhost:3000/ebay/callback &response_type=code &scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fscope%2Fsell%40user I keep receiving this error: {"error_id":"invalid_request","error_description":"Input request parameters are invalid.","http_status_code":400} I am following instructions from this site here Please can anyone explain why I am getting this error?

VIEW QUESTION

Why do I get a 404 for half a second when clicking a next.js `Link` that just calls an API endpoint and then navigates to the correct page?

Hiho, I followed this guide here: https://auth0.com/blog/next-js-authentication-tutorial/ (adding auth with passport to next.js) I have one simple problem. In my "/login" Link from next.js when I click it, I can see this error for about 200ms: Request URL: http://localhost:3000/_next/static/development/pages/login.js Request…

VIEW QUESTION
Back To Top
Search