function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
admin dudeadmin dude 

Redirect Error

When trying to authorize via https://<domain>.my.salesforce.com/services/oauth2/authorize?client_id=<client_id>&redirect_uri=<redirecr_url>\some_endpoint&response_type=code 2 errors has happened to me:
1. login error login error2. redirecting to another url: <redirecr_url>\another_endpoint without the code attached to it, instead of <redirecr_url>\some_endpoint?code=<authorization_code>

Why has this happened? the login details are correct as I can sometimes get the second issue.