Hi. I'm getting the error redirect_uri does not match the original from the authorization request if I use redirect_url without path and trailing slash like http://127.0.0.1:8082. It works fine with slash like http://127.0.0.1:8082/ or any path. It's not critical, but the cause wasn't obvious so probably worth fixing, so reporting it :)
Hi. I'm getting the error
redirect_uri does not match the original from the authorization request
if I useredirect_url
without path and trailing slash likehttp://127.0.0.1:8082
. It works fine with slash likehttp://127.0.0.1:8082/
or any path. It's not critical, but the cause wasn't obvious so probably worth fixing, so reporting it :)