I found the following link today.
https://medium.com/box-developer-blog/oauth-2-0%E3%83%AA%E3%83%80%E3%82%A4%E3%83%AC%E3%82%AF%E3%83%88uri%E3%81%AE%E5%A4%89%E6%9B%B4-910fc5cac7b1
The redirect URL of the existing application is set to "http://127.0.0.1".
(The port number is random each time)

When I created a new application and set the redirect URL to "http://127.0.0.1" and executed it, it became "Error: redirect_uri_mismatch".
If this is the case, it will expire and existing apps will not work.
How can I fix the redirect URL?
thank you.
