I am trying to set up the gmail credentials using the OAuth Redirect URL. I get all the way through the sign in to google popup; choose account, select scope (I select all), then I am left at the next page with:
"Error: Insufficient parameters for OAuth2 callback.
More details
Received following query parameters: {}
Failed to connect. The window can be closed now."
The client ID and Secret are both correct, the authorized redirect url is correct and the domain is within Authorized domains on cloud console.
I am relatively new to the platform, and would appreciate any assistance possible
Edit: I am on Community edition, Version 1.88.0, Using docker and SQLite. The only change I’ve made is I’ve changed the WEBHOOK_URL env variable.
The permissions checkboxes within the popup have all been checked, my secret and client ID are both correct and all required scopes have already been added. It is still not functional.