This is quite annoying when developing a Next.js app locally, I added http://localhost:3000 to the redirect URI list but any attempt to send this as the redirect URI just results in a 400 response:
Never mind, issue was caused by not sending any redirect_uri in the request by accident. I still think it would be helpful to see the provided redirect URI in this response, but my problem was resolved.
This is quite annoying when developing a Next.js app locally, I added
http://localhost:3000
to the redirect URI list but any attempt to send this as the redirect URI just results in a 400 response: