polite-finland-81696
05/15/2024, 12:06 PMchilly-king-10285
05/15/2024, 12:06 PMchilly-king-10285
05/15/2024, 12:07 PMtime="2018-08-07T16:01:16Z" level=error msg="An error occurred" description="The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed" error=invalid_request hint="The "redirect_uri" parameter doesn't match any of the OAuth 2.0 Client's pre-registered redirect urls."
Additionally, Ory Hydra sends error_hint
, error
, error_description
, error_debug
in the URL. You will find the cause of the error most likely in there. You can also set the environment variable OAUTH2_EXPOSE_INTERNAL_ERRORS=true
to expose internal errors. However, this should not be done in a production environment as it could potentially leak important data. If you want to include traces for log calls and errors, you can set LOG_LEVEL=trace
. For more information, refer to the [Ory Hydra FAQ](https://www.ory.sh/docs/hydra/faq) and the [Ory Self-hosted Operations Logging](https://www.ory.sh/docs/self-hosted/operations/logging#traces) documentation.polite-finland-81696
05/15/2024, 12:09 PMchilly-king-10285
05/15/2024, 12:09 PMchilly-king-10285
05/15/2024, 12:10 PM