Issue with Google Integration in Twenty CRM - Google Sync Failed #10270
ralfdigitalagency
started this conversation in
Unsolvable issues
Replies: 1 comment
-
UPDATE I added this code to the docker-compose.yml file: Configurazione Google OAuth
and got this (see attachment), did I configured it right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m trying to integrate Google Calendar and Google Gmail with Twenty CRM following the official self-hosting guide: Setup Messaging & Calendar Sync. I’ve completed the following steps:
-Created a project in Google Cloud Console.
-Enabled the required APIs (Google Calendar API, Gmail API, and Google People API).
-Created OAuth credentials and obtained the Client ID and Client Secret.
-Configured the required scopes in Google Cloud Console:
+https://www.googleapis.com/auth/calendar.events
+https://www.googleapis.com/auth/gmail.readonly
+https://www.googleapis.com/auth/userinfo.email
Problem 1: Where to add the Scopes?
The guide is unclear on whether the scopes should be added to the .env file in the project or if they should just be configured in Google Cloud Console. I’ve added them in Google Cloud Console, but I’m unsure if I need to modify anything in the Twenty CRM configuration files as well.
Problem 2: "Connect to Google" Button not Appearing
Even though everything seems configured correctly, I can’t see the "Connect to Google" button in the Twenty CRM settings. Is there something I need to do to make it visible?
What I’ve tried so far:
Restarted the Docker container for Twenty CRM.
Checked the logs, and there don’t seem to be any obvious errors.
Double-checked all configurations in Google Cloud Console and Twenty CRM, but the button still doesn’t appear.
Details:
Twenty CRM version: v0.42.5
Docker version: latest
Operating system of the server: Ubuntu 24.04
Anyone with experience integrating Google into Twenty CRM, your help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions