Desktop app store data not persisting #4632

Closed
opened 2026-02-16 17:44:51 -05:00 by yindo · 1 comment
Owner

Originally created by @kay120 on GitHub (Jan 10, 2026).

Originally assigned to: @adamdotdevin on GitHub.

问题描述

Desktop app 中使用 Tauri Store 时,数据无法持久化。

错误信息

Item with id 'rs_0ba424502167d0ba0169624320ad84819097a0b99dd2b10608' not found. Items are not persisted when 'store' is set to false. Try again with 'store' set to true, or remove this item from your input.

复现步骤

  1. 打开 desktop app
  2. 触发需要持久化数据的操作(如 Project overview request)
  3. 出现上述错误

原因

Tauri Store 插件初始化时未配置 auto_save,导致数据无法持久化。

环境

  • Platform: macOS
  • Version: Desktop app latest
Originally created by @kay120 on GitHub (Jan 10, 2026). Originally assigned to: @adamdotdevin on GitHub. ## 问题描述 Desktop app 中使用 Tauri Store 时,数据无法持久化。 ## 错误信息 ``` Item with id 'rs_0ba424502167d0ba0169624320ad84819097a0b99dd2b10608' not found. Items are not persisted when 'store' is set to false. Try again with 'store' set to true, or remove this item from your input. ``` ## 复现步骤 1. 打开 desktop app 2. 触发需要持久化数据的操作(如 Project overview request) 3. 出现上述错误 ## 原因 Tauri Store 插件初始化时未配置 `auto_save`,导致数据无法持久化。 ## 环境 - Platform: macOS - Version: Desktop app latest
yindo added the web label 2026-02-16 17:44:51 -05:00
yindo closed this issue 2026-02-16 17:44:51 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 10, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #4426: GPT-5.1-codex OpenAI item with id not found error

This closed issue contains the exact same error message: "Item with id ... not found. Items are not persisted when 'store' is set to false." The solution or root cause analysis from that issue may be applicable to your Desktop app case.

Feel free to ignore if your specific case is different.

@github-actions[bot] commented on GitHub (Jan 10, 2026): This issue might be a duplicate of existing issues. Please check: - #4426: GPT-5.1-codex OpenAI item with id not found error This closed issue contains the exact same error message: "Item with id ... not found. Items are not persisted when 'store' is set to false." The solution or root cause analysis from that issue may be applicable to your Desktop app case. Feel free to ignore if your specific case is different.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4632