There was a problem generating the authorization URL missing ) after argument list

There was a problem generating the authorization URL
missing ) after argument list

I am trying to create a new credential, on getting the cliend ID and Client Secret, and also following all prompt from the documentation, on proceeding the connect or sign in with google, it is bringing the error " There was a problem generating the authorization URL
missing ) after argument list". Please how do i solve it.
Thanks.

Regards

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

n8n version: 1.27.2
I’m not using any database; it will be SQLite, since it is the default.
n8n EXECUTIONS_PROCESS Setting: default
Running n8n via npm
OS: windows 10

Please I’m still waiting for reply, because I can’t proceed to add credentials with this error.

Hi @Dfizzy247, I am so sorry for the trouble.

I just tried creating new Google Sheets Credentials using n8n 1.27.2, but didn’t run into any trouble here. After entering my valid client ID and secret the Sign in with Google button appears at the bottom:

Google then asks me to pick an account I am currently logged in with:

After doing so, the connection succeeeds and n8n shows a “Account connected” confirmation:

Perhaps you can walk me through your process step by step so I can better understand which steps exactly are required to reproduce the problem?