In version 2025.5, a cleanup mechanism was introduced to remove expired tokens during server startup. This was intended to address the issue of the OrigamGrantTable growing indefinitely.
However, the implementation currently also removes valid tokens. The root cause lies in a mismatch between timezones: while token expiration timestamps are stored in UTC, the cleanup procedure mistakenly interprets them using the local timezone.