I got error when creating google calendar connector : Error 400: redirect_uri_mismatch
Please advise which part I need to check as I already created service account and also created secret manager as per google cloud guide in the google calendar connection integration:
Under `Authorized redirect URIs`, ensure that the URI your application is using is listed exactly— ensure case sensitivity, trailing slashes, and whether it uses http or https.
For example, if your application is using: https://<your-domain>.com/auth/google/callback
URI must be included in the list of authorized redirect URIs.
Please double-check the URI for any discrepancies and update the configuration accordingly.