TheGardenOdin
TheGardenOdin
TTwenty
Created by TheGardenOdin on 2/4/2025 in #❓︱help
Email Sync - Self Hosted
Hello, I apologize if this is a dumb request but I just launched Twenty with the 1 line install through Docker on an AWS EC2 instance, I have everything working but I can't get the email sync to work, when I go to settings -> Email -> Connect with Google, I get directed to: https://websitedomain.com/verify?errorMessage=Google+apis+auth+is+not+enabled I have the following added to the .env: IS_SIGN_UP_DISABLED=true MESSAGING_PROVIDER_GMAIL_ENABLED=true CALENDAR_PROVIDER_GOOGLE_ENABLED=true AUTH_GOOGLE_CLIENT_ID=CommentedoutforSecurity AUTH_GOOGLE_CLIENT_SECRET=CommentedoutforSecurity AUTH_GOOGLE_APIS_CALLBACK_URL=https://CommentedoutforSecurity.com/auth/google-apis/get-access-token AUTH_GOOGLE_CALLBACK_URL=https://CommentedoutforSecurity.com/auth/google/ I reset the docker then added the jobs to the worker docker with no success.
5 replies