Fix

Notes now save reliably on slow connections

Several users reported that notes were being lost when saving on slower internet connections. We've reworked the save flow with optimistic updates and automatic retries, notes now persist even if the first request fails.

RT

Rolvelio Team

Engineering · February 14, 2026

Notes now save reliably on slow connections

What Was Happening

Several users reported that notes were being lost when saving on slower internet connections. The underlying issue was a race condition in the save handler, if the network request took longer than expected, a second save could overwrite the first response, discarding the content.

What We Changed

We reworked the save flow with optimistic updates and automatic retries. Notes now show as saved immediately in the UI while the request completes in the background. If the request fails, it retries up to three times before surfacing an error, and the local state is preserved throughout.

Action Required

No action needed on your end. The fix is live for all users. If you experienced note loss before this release and need help recovering content, reach out to support at hello@rolvelio.app.