Changelog - Dev - 07.01.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-07-01 โ
Fixed โ
- Retry App Check token on cold start for invites: Fixed a race condition where valid admin invite links were rejected with a 401 error on cold page loads. The issue occurred because App Check's reCAPTCHA exchange was still warming up when the invite validation fired, causing token retrieval to fail after a single attempt. Now the token request retries to handle the initial throttle window. (#634)
bug