Malcolm Holmes
Malcolm Holmes
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
I think it was under the "consent" screen, would have to take another look.
14 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
I think so. They are in the envvars and shown in the console.
14 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
Hi, yes, we'd still like to evaluate Twenty, and this would unblock us.
14 replies
TTwenty
Created by Dwij Mistry on 10/25/2024 in #❓︱help
I’m setting up a self-hosted 20 CRM on AWS but facing some issues accessing it with a custom domain.
Try replacing the localhost:3000 URLs with your public domain?
11 replies
TTwenty
Created by Malcolm Holmes on 10/24/2024 in #❓︱help
"token invalid" when attempting to connect to google account
Envvars:
PORT: 3000
SERVER_URL: https://twenty.example.com
FRONT_BASE_URL: https://twenty.example.com
PG_DATABASE_URL: postgres://twenty:twenty@twentycrm-db/default
REDIS_HOST: twentycrm-redis
REDIS_PORT: 6379
ENABLE_DB_MIGRATIONS: true
SIGN_IN_PREFILLED: true
STORAGE_TYPE: local
MESSAGE_QUEUE_TYPE: bull-mq
ACCESS_TOKEN_EXPIRES_IN: 7d
LOGIN_TOKEN_EXPIRES_IN: 1h
ACCESS_TOKEN_SECRET: <set to the key 'accessToken' in secret 'tokens'> Optional: false
LOGIN_TOKEN_SECRET: <set to the key 'loginToken' in secret 'tokens'> Optional: false
REFRESH_TOKEN_SECRET: <set to the key 'refreshToken' in secret 'tokens'> Optional: false
FILE_TOKEN_SECRET: <set to the key 'fileToken' in secret 'tokens'> Optional: false
LOG_LEVELS: log,warn,error
CALENDAR_PROVIDER_GOOGLE_ENABLED: true
AUTH_GOOGLE_ENABLED: true
MESSAGING_PROVIDER_GMAIL_ENABLED: true
MESSAGING_PROVIDER_GMAIL_CALLBACK_URL: https://twenty.example.com/auth/google-gmail/get-access-token
AUTH_GOOGLE_CLIENT_ID: xxxxxxxx
AUTH_GOOGLE_CLIENT_SECRET: yyyyyyyy
AUTH_GOOGLE_CALLBACK_URL: https://twenty.example.com/auth/google-apis/get-access-token
AUTH_GOOGLE_APIS_CALLBACK_URL: https://twenty.example.com/auth/google/redirect
FRONT_AUTH_CALLBACK_URL: https://twenty.example.com/verify
IS_SIGN_UP_DISABLED: false
PASSWORD_RESET_TOKEN_EXPIRES_IN: 5m
PORT: 3000
SERVER_URL: https://twenty.example.com
FRONT_BASE_URL: https://twenty.example.com
PG_DATABASE_URL: postgres://twenty:twenty@twentycrm-db/default
REDIS_HOST: twentycrm-redis
REDIS_PORT: 6379
ENABLE_DB_MIGRATIONS: true
SIGN_IN_PREFILLED: true
STORAGE_TYPE: local
MESSAGE_QUEUE_TYPE: bull-mq
ACCESS_TOKEN_EXPIRES_IN: 7d
LOGIN_TOKEN_EXPIRES_IN: 1h
ACCESS_TOKEN_SECRET: <set to the key 'accessToken' in secret 'tokens'> Optional: false
LOGIN_TOKEN_SECRET: <set to the key 'loginToken' in secret 'tokens'> Optional: false
REFRESH_TOKEN_SECRET: <set to the key 'refreshToken' in secret 'tokens'> Optional: false
FILE_TOKEN_SECRET: <set to the key 'fileToken' in secret 'tokens'> Optional: false
LOG_LEVELS: log,warn,error
CALENDAR_PROVIDER_GOOGLE_ENABLED: true
AUTH_GOOGLE_ENABLED: true
MESSAGING_PROVIDER_GMAIL_ENABLED: true
MESSAGING_PROVIDER_GMAIL_CALLBACK_URL: https://twenty.example.com/auth/google-gmail/get-access-token
AUTH_GOOGLE_CLIENT_ID: xxxxxxxx
AUTH_GOOGLE_CLIENT_SECRET: yyyyyyyy
AUTH_GOOGLE_CALLBACK_URL: https://twenty.example.com/auth/google-apis/get-access-token
AUTH_GOOGLE_APIS_CALLBACK_URL: https://twenty.example.com/auth/google/redirect
FRONT_AUTH_CALLBACK_URL: https://twenty.example.com/verify
IS_SIGN_UP_DISABLED: false
PASSWORD_RESET_TOKEN_EXPIRES_IN: 5m
14 replies