Any API integration issue

Describe the problem/error/question

Can’t add Telegram account to n8n. Getting error after saving the settings. The same issue observed in case of linkinking any API. Any solution?

What is the error message (if any)?

Problem creating credential

missing ) after argument list

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

welcome to the n8n community @Sourav_Paul
I’d first check the local npm/Windows setup rather than the Telegram token, because “missing ) after argument list” while creating any API credential usually points to a broken/outdated n8n install or incompatible Node.js version; update n8n, confirm you’re using a supported Node.js version, then restart n8n and try recreating the credential.