Oauth/token offers an unexpected 500

Hey @cubap. The most likely explanation here is a rule throwing this unhandled error.
For example, code that tries to access context.request.query.redirect_uri in a refresh token exchange where there is no query.

Can you check that?