Difficulty adding my calendar/email
I don't want to add my specific calendar/ email but we have sales reps on our team who do and they are not able to do that right now. I've included screenshots from my account of what they're also seeing.
What is missing from our account and are you able to help?
Thank you so much,

16 Replies
Hello @isy are you self hosting our on cloud prod ?
I believe so.
Why does that change things? @Prastoin
If you're on cloud, support team can directly help you, if not, then they can ask for more details and give directions to help you solve the problem
If you're self hosting you might be self hosting on old twenty version
Just confirmed with our eng team that we're self hosting. Trying to get them looped into this conversation
Also apparently we're using your official Github dockerfile. Is that the correct version?
Yes but more importantly, which version do you see in Settings > Admin panel?
Is this what you need?


No, directly in Twenty
I don't see Admin...

Ask your eng team to send screenshot from that panel
Hey there consuming the latest mirror is not ideal as twenty needs to be upgraded incrementally for the moment
Has your tech team configured their google twenty google integration ?
hello, I'm the engineering who selfhosted Twenty. I'm using the latest Dockerfile. Twenty admin panel says:
I think I narrowed down the sync bug with Google to this line in the Worker. For some reason the client_id is proper, but the client_secret is all garbled up.
This causes the server to return a
code: '401' error and the Google sync to fail
Appreciate any help @bob thank you!
thanks @Prastoin for any tips hereFYI @slymilano I had our sales reps connect to Google calendar and email and none of their emails synced
Yes we need to figure out this client_secret / 401 error for the sync to function.
Good morning gents! Appreciate any tips you may have here.
I opened a Github issue if it helps track the bug better. https://github.com/twentyhq/twenty/issues/15974
GitHub
Self-hosted Google sync does not work - 401 Unauthorized. Client_se...
Bug Description I set all the necessary variables on my self-hosted Twenty, and can go through the oauth flow correctly. But the sync fails. The worker service logs show the error clearly. refresh_...