docker
docker copied to clipboard
Google Calendar Tokens Expire when restarting container
Whenever I git pull and docker compose pull to get the latest versions, my Google Calendar Tokens expire. I'm using a Google API Auth Cred thing in testing mode, so maybe that has an effect. Has anyone else figured out this issue?
Honestly, have not seen that one before and have been using the same google creds for quite some time. Maybe your database is being destroyed and that is affecting a stored credentials/tokens? You could try pulling only the calcom image with docker compose pull calcom?
@krumware Hmm, that's possible. I'll try it out. Nothing else is getting destroyed - all the event types and users stay there.