I’ve used all this stuff before, but, it seems, that there has been an update on Google’s end, so, my configuration is not working anymore, since I don’t used it for over 6 months.
Now I also tried to edit the varibles in the docker composer file through coolify, seems, that it has not worked…
Can anyone please help me, to get this issue fixed?
I am running n8n on localhost via Docker and I ran into a credentials issue because my “OAuth Redirect URL” was showing a local IP address (http://192.168…) which caused Google to throw an error.
I added the following line to my .env file: N8N_EDITOR_BASE_URL=http://localhost:5678/
Then, in Terminal:
docker compose down
docker compose up -d
The “OAuth Redirect URL” updated to: http://localhost:5678/rest/oauth2-credential/callback