Error 404 when creating a Google Calendar credential

Hello community!
I’m making a new credential on the N8N to use Google Calendar, however, after entering the Client ID and Client Secret it asks to Connect with Google.

So far, it’s been running perfect, I enter the Google screen, choose the account, Google asks me if I want to release the N8N’s access to Google’s information and when I click ALLOW it returns only a 404 written on the page.

From what I could investigate, that return page is the OAuth Redirect URL plus other variables.

What could be happening? Has anyone ever experienced this?

Information on your n8n setup

  • n8n version: 1.6.0
  • Database you’re using (default: SQLite): default
  • Running n8n with the execution process [own(default), main]: own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: desktop app on Mac

Hey @Rodrigo_Maciel,

Welcome to the community :raised_hands:

Can you check that the url you have set in the google console matches what n8n is showing? Maybe restart the desktop app as well, sometimes the url being displayed by Desktop can change and I suspect that is what has happened here.

Woowww!
Perfect! That was exactly it, I just had to restart the N8N and copy the URL, insert it into Google and the connection worked!
Thank you Jon! :sparkling_heart:

1 Like

No problem @Rodrigo_Maciel :raised_hands: