Getting logged regularly (~15 mins)
Hi Twenty team,
Thanks for the wonderful software product.
I am using google authentication. I am able to log in via google auth and also authenticate with mail and calendar sync etc.
However, I am logged out reguarly. About every 15 mins.
My docker compose currently includes:
and i logged in to the docker image and ran env and it showed...
Do you have any suggestions why i might be constantly logged out? Could it be an issue with my google console settings? or do you think its an issue with my twenty setup?
Thanks in advance!
2 Replies
REFRESH_TOKEN_EXPIRES_IN
Can you check value of this variable ?
I can't find it in your screenshot.
This variable might be the issue. So, try to rebuild your docker image with new value of REFRESH_TOKEN_EXPIRES_IN
variable. Then run it and see if it works.This seems to have worked! Thanks