I am recently installed n8n on a render.com in order to try webhooks functionality. Now I try to set up credentials for gmail and google drive. There is a “redirect url” which set to lokalhost:5678. Because I’m not on lokalhost anymore, I changed “lokalhost:5678” to “server-name:443” and kept to rest of the url “/rest/oauth2-credential/callback2” and assigne that url as redirct url in google platform. Unfortunately it doen’t work. I wonder what to do to solve this problem?
did you set a value for the WEBHOOK_URL
? I don’t know how render.com works but if it’s docker I am passing the WEBHOOK_URL
as an environment variable.
Yes, I set WEBHOOK_URL and HOST and EDITOR_BASE _URL - all connected to the n8n on render.com. That’s why I’m confused.