Google apps connection problem

Describe the problem/error/question

newly in n8n. So when configuring google sheets in N8n filled out all the process . At the last stage i

filled out the client ID and Secret but it said request failled ERROR CODE 414 . My n8n intance is hosted in AWS server and database

What is the error message (if any)?

ERROR CODE 414

Information on your n8n setup

  • n8n version: 2.15.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, AWS):
  • Operating system: AWS

welcome to the n8n community @YELA
I would first fix the n8n public base URL and OAuth redirect setup on the AWS host or reverse proxy, then recreate the Google credential and use the exact OAuth Redirect URL shown by n8n in Google Cloud, because a 414 at the final Google sign-in step usually points to a bad or oversized auth URL rather than the Client ID or Secret themselves.

see if it helps Google OAuth2 single service | n8n Docs

Hi @YELA Welcome!
I think try following this tutorial and then let me know in which step there is an issue.