Is there an issue where all chats disappear when reload ? #26
Replies: 1 comment
-
|
hey @bountyload, thanks for reporting — i know this bug, it just got fixed today. two things piled up. first: a generic persistence bug where chat history could be lost on a fast reload (the 30s backup interval was too slow). second and the actual culprit: tauri v2 renamed the global identifier from both fixed in v2.3.4 (out today): there are three backup legs now: 5s interval, 1s debounced after any store change, plus a beforeunload flush on close. destructively live-tested with an injected marker + ebwebview wipe — roundtrip held. lm studio + gemma 4 26b should be totally fine. update once and chats should stick around. if it still happens on 2.3.4, drop a note and i'll dig deeper. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I've started using it!
This might be an issue specific to my setup, but I’m reporting it just in case.
I’m using LM Stadio and Gemma 4 26b Uncensored.
After chatting, if I press Ctrl + R to reload the page or close the task, all the chats in the list on the left disappear and “noconversation” appears.
The CODE also disappears.
I thought it might be a character encoding issue, but even when I switch from Japanese (I live in Japan) to English, everything disappears, so I can’t tell if it’s caused by my PC environment.
If you can reproduce this, could you please suggest a solution?
Beta Was this translation helpful? Give feedback.
All reactions