Application error in heroku -google for OAUTH

Iam getting application error when sign in with google for OAUTH credentials setup.

When I integrate Google Drive or Onedrive in n8n, it throws me an error (refer attached image) I self-hosted n8n in the Heroku cloud. Although I correctly configured the credentials, it occurs when I connect an account or sign in with google.

Oath redirect URL - https://salman-n8n.herokuapp.com/rest/oauth2-credential/callback

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:

Hey @Salman_PSGCAS,

Welcome to the community :cake:

The error is Heroku saying there is no application at that URL, Looking at the top of your page your url should be https://salman-n8n-16055f286806.herokuapp.com can you update the WEBHOOK_URL env option to use this value instead.

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