Sebastian
Gmail email sync (not calendar sync) intermittently stuck.
for message channel I see
syncStatus:
[null]
syncStage: FULL_MESSAGE_LIST_FETCH_PENDING
syncedAt: [null]
for calendar channel:
syncStatus: [null]
syncStage: FULL_CALENDAR_EVENT_LIST_FETCH_PENDING
syncedAt: [null]10 replies
Gmail email sync (not calendar sync) intermittently stuck.
@Raphaël looks like I have similar issue, or at least one of my users is complaining that contact sync is stuck. Where and how can I check your mentioned "messageChannel and calendarChannel syncStatus and syncStage"?
10 replies
Upgrade to latest version doesn't work
looks like. also docs are missing updated docker-compose vars, like
PG_DATABASE_URL: postgres://${PGUSER_SUPERUSER:-postgres}:${PGPASSWORD_SUPERUSER:-postgres}@${PG_DATABASE_HOST:-db:5432}/default
instead of PG_DATABASE_URL: postgres://twenty:twenty@${PG_DATABASE_HOST}/default
which I had to find in the repo28 replies