Getting the error on our deployed environment code

Hydra Version: v1.0.0-rc.9+oryOS.10

Getting the following error on hydra:

time=“2019-09-28T11:34:20Z” level=error msg=“An error occurred” debug=": not_found" 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=“Make sure that the various parameters are correct, be aware of case sensitivity and trim your parameters. Make sure that the client you are using has exactly whitelisted the redirect_uri you specified.”

Why are we facing the above error and what will the fix for it?
Is there anything we can do on our side for fixing the issue?

When reporting a bug, please follow the bug report issue template: https://github.com/ory/hydra/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

Your specific error message probably refers to a client or a authorization code or a refresh token that no longer exists (expired) or has a typo in your client code.