mirror of
https://github.com/ente-io/ente.git
synced 2025-06-05 00:26:00 +00:00
From one customer's logs (Windows): [rndr] [error] Unhandled promise rejection: Error: The user's token was present in local storage but not in IndexedDB And thereafter the app started behaving erratically. Restarting fixed it. This sequence happened during an app update. This sequence is not reproducible, but adding as a extra precaution adding a circuit breaker to prevent execution if IndexedDB is not readable.