[Bug]: Projects and Chat Threads Disappear After Updating Nightly Build
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 23k
- Forks
- 5.9k
- Avg merge
- 11h 14m
- Merged PRs (30d)
- 357
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/desktop
Steps to reproduce
- Install the nightly build of the desktop application.
- Connect to a remote development environment (Ubuntu VPS).
- Create a new project.
- Create one or more chat threads within the project.
- Update the desktop application to a newer nightly build.
- Launch the application again.
Expected behavior
- All existing projects should remain available after updating.
- Chat threads inside each project should still be present.
- Updating the desktop application should not remove or reset locally stored project metadata or chat history.
Actual behavior
After every nightly update:
- All previously created projects disappear.
- All chat threads associated with those projects are also gone.
- The application behaves as if no projects previously existed.
- I have to create a new project from scratch after every update.
This has happened consistently after each nightly update.
Impact
Major degradation or frequent failure
Version or commit
0.0.29-nightly.20260722.872
Environment
OS: Windows 10 Application: Desktop App Release Channel: Nightly App Version: 0.0.29-nightly.20260722.872 Git: Not configured for this project Development Environment: Connected to a remote environment (Cloud/VPS) Remote OS: Ubuntu 24.04.4 LTS
Logs or stack traces
Relevant diagnostic observed after the issue:
OrchestrationGetSnapshotError: Thread <thread-id> was not found
Span:
ws.rpc.orchestration.subscribeThread
Cause:
Thread ade150c3-bf28-476d-ab4a-983015b81413 was not found
This appears after updating, when previously created projects and chat threads are no longer available.
Screenshots, recordings, or supporting files
No response
Workaround
Temporary workaround:
After every nightly update, I have to completely re-establish the remote environment before I can continue working:
- Kill any existing T3 server processes on the remote machine.
- Remove the remote T3 installation (
~/.t3). - Reconnect the remote Ubuntu 24.04.4 LTS environment from the desktop app, allowing the server to reinstall.
- Create a new project because all previously created projects are no longer available.
- Recreate all chat threads from scratch.
This restores the ability to work, but none of the previous projects or conversations are recovered. The remote source code remains intact, but the desktop application's project metadata and chat history are lost after each nightly update.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in apps/desktop by reproducing the nightly-update sequence with a remote Ubuntu environment, then inspect the ws.rpc.orchestration.subscribeThread path and the OrchestrationGetSnapshotError logs. Done means projects, chat threads, and locally stored metadata remain available after updating and relaunching without reinstalling the remote T3 environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100