Hi, I wanted to create an OAuth2 credential for Google Drive, however I cannot sign in and only have the error below. Some months ago the Google OAuth stuff worked… Can anyone help me? Thanks in advance
Most common cause for this error is when the URLs don’t match in the google settings.
I think if you click that link they give you it will tell you what the specific issue is
How are you exposing your pi to the internet? Has anything changed between when you first set it up to now?
Could it be a problem with my SSL certificate? I’m extremely dumb at these topics… I’ve always accessed my n8n over https and that still works. Though my traefik container has always been sending error messages regarding the certificates. I hope I managed to fix that now, as I set it to dnschallenge (as the previous setting was somehow conflicting with Cloudflare).
The two links in the error message lead me to these:
Oh my god, thank you That fixed it! Google always forces you to include the https://, while the environment variables are documented without the https:// if I remember correctly.