In this case, you will need to make sure that authorize request includes the response_type parameter. After doing so, your users will be able to log in without issues.
For most users, the error does not occur - authorize request URL have the response_type parameter, and all the necessary other parameters for successful authorization.
This error only happens for a part of users.
Both groups of users use the same application, with the same settings.
Could there be some reason why the response_type parameter is being excluded from the request URL?
Upgrading from “@ auth0 / nextjs-auth0”: “1.0.0-beta.1” to “@ auth0 / nextjs-auth0”: “1.6.2” might help?
I am experiencing same issue, We are using @auth0/auth0-angular sdk. Mostly it works fine, but sometimes, I would say few % of users are seeing this issue. Logs in auth0 dashboard are saying “message”: “Missing required parameter: response_type”. But with same build other users can login normally. The error appears only after user is redirected to the auth login page and enters credentials. User can see the auth0 error page “Oops something went wrong”.
I am unsure why this is happening to only a subset of your users. In this case, could you please capture this error in a HAR file and send it to me through a direct message so I can investigate further?
Yes, this may help. Have you given it a try? What are your findings?