Can’t Log In at Google for Youtube Node

Describe the problem/error/question

What is the error message (if any)?

I add the keys (they are corrent), the singin button shows, I click on it and receive this:
“”"
Google hasn’t verified this app
You’ve been given access to an app that’s currently being tested. You should only continue if you know the developer that invited you.
“”"

and once I click continue and check the approvel, it shows unable to connect, I’ve check the firewall and try turn off the viral protaction still not work,
OAuth Redirect URL:http://localhost:5678/rest/oauth2-credential/callback

“”"
Unable to connect to this website localhost refused to connect.
Recommended practices:

Check connection status
Check Proxy and Firewall
ERR_CONNECTION_REFUSED
“”"

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version: 1.8.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): cloud → railway
  • Operating system:

Hi @ykh525050, I am sorry you are having trouble.

Is localhost:5678 the URL you are accessing your n8n instance under? Or are you using a different URL to open n8n in your browser? If so, you might need to set the WEBHOOK_URL environment variable described here, so Google would redirect you to the correct n8n URL after completing the OAuth2 authentication flow.

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