Google Auth0 credentials on Rasberry Pi selfhosted n8n

Hey,

I’m hosting n8n on my rasberry pi. I wanted to add google credentials to upload yt videos, but when setting up google credentials n8n forces me to use localhost as redirect url. When setting it up on google I can’t confirm authorization because it forwards to localhost (and I’m accessing n8n from my pc using 192.168.1.60:5678). Is there any way to overcome this issue?
On google I can’t set 192… because it says that I need to use top level domain


hello @xenix

for OAuth 2.0 you will need a public domain (there are plenty of them, like noip.com) and a well-known certificate (e.g. via certbot) in order that one to work properly.

Or you can set up a tunnel

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.