Gmail sync failed
Each time i connect my account to gmail, it appears as "Sync failed". I have the google console system set up, it's on test mode to take requests from my company's emails, and I have the following variables in my environments:
The company, password, and secret information is made up for obvious reasons - but it's the correct info (at least I think!)
I'm running Twenty on a Dockge container on my Proxmox sever.
It gives me the following errors:
I feel like it's an easy fix but I can't figure out what's going on. Please let me know if you need other info!
4 Replies
The integration goes through the google sign in screen just fine, and redirects back to my Twenty app, but we just get "Failed" on Google Cal, and "Not Synced" on the Gmail
Hi @Licardo7, if you want to debug a bit I would setup a breakpoint or logs inside GoogleAPIRefreshAccessTokenService. You are most likely not sending a correct payload to google. Unfortunately the google API response is not always very explicit. Could be your client_id or client_secret 🤔
gotcha, i'll try it
I'm running the docker container though, I'm guessing I'll have to just debug on the bare metal instance to get logs right?
Yes, in this case you'll probably need to run twenty in dev mode