Gmail sync not working
Hi team,
I configured gmail successfully (self hosted 1 click coolify setup) but it keeps showing this (refer screenshot) and there are no people/companies from my emails yet. It's been 24 hours.
I did run these commands as mentioned in the documentation.
from your worker container yarn command:prod cron:messaging:messages-import yarn command:prod cron:messaging:message-list-fetch yarn command:prod cron:calendar-event-list-fetchWhat am I missing? There is nothing in the logs as well.
5 Replies
Did you set up your google config with the right permissions to pull down emails?
yup. gave the highest permissions from the cloud console.
Docker? Container specific? Like:
docker exec -it app-server-1 yarn commands :prod cron:messaging:messages-import
yes i did run the command you mention on the twenty container.
Nevermind, i got it to work, had to run the below command first (saw it in another discord thread).
npx nx run twenty-server:command cron:messaging:gmail-message-list-fetch
Glad you got it sorted. In the logs you’ll see progress on the pull.