v1.0.9
Hotfix.
Fixed
- Calendar connection drops after ~1 hour (#32) — the OAuth token refresh read the client credentials only from environment variables, so it failed for anyone who entered them through the UI (where they live in the database). The access token then expired after ~1h and the Google/Microsoft connection dropped, needing a manual reconnect. The refresh now reads the same DB-stored credentials as the initial connect. Affects both Google and Microsoft.
This is the follow-up to the OAuth redirect fix in v1.0.8 (#31).
Updating
cd magic-frame
./deploy/install.shPulls the new pre-built images, leaves your data + secrets untouched. Hard-refresh the browser afterwards (Cmd+Shift+R).