I’m having an issue similar to the one describe in this topic which has been closed automatically, I am trying to use the gmail trigger and I’m having problems setting up my Google Oauth, I have followed the video tutorial and it’s seemingly correctly set up
my n8n instance is accessible remotely (n8n.domain.dev.br)
domain.dev.br is set as one of the allowed domains
the callback URI is set correctly
the app is configured for internal usage in the Google Cloud Console
Yes when switching to External from Internal and trying to change it to Production, though the warnings asked me to submit many things, such as a demo video which I don’t believe are relevant considering I am the only one that’s going to be using the app. Changing it back to Internal yields the same results as the unverified External (with or without my emails as test users)
I believe when verification screen comes up, it specifies what is the cause for verification to be required. One such cause, for instance, would be if you included a logo for the app under Branding. Like this:
what I changed before was just adding https://mydomain.com to both the application home page and privacy policy, after that it stopped giving me warnings
that was totally the issue
I forgot the https:// at the beginning of the docker environment variables, changing that made it work as expected, thank you very much for the comprehension