You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(desktop): fix startup reliability and data migration for upgrading users
- Migrate database from old data directories (DevTools, DevTools Studio to DevTools-Studio)
- Catch protocol handler errors during server startup (return 503 instead of throwing)
- Cap health check retry backoff at 2 seconds with 60 retries (~2 min window)
- Add branded loading screen and startup error recovery UI with Reset database and restart
- Fix migration FK reference (files_new self-reference) to prevent folder hierarchy flattening
- Make telemetry (Umami, OpenReplay) non-blocking so they don't delay app startup
- Add retry loops to collection sync streams for resilience against transient failures
- Fix ApiCollections readiness probe (pipe + Effect.runPromise instead of incorrect call)
- Add version plan for desktop 0.3.2 patch release
Fix startup reliability and data migration for upgrading users. Migrate database from old data directories (DevTools, DevTools Studio). Catch protocol handler errors during server startup. Cap health check retry backoff. Add branded loading screen and error recovery UI. Fix migration FK reference to prevent folder hierarchy flattening. Make telemetry non-blocking.
0 commit comments