claude-code - 💡(How to fix) Fix [BUG] Cowork tab missing on Pro account — race condition causes "No active account/org for marketplace operations" before login completes [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48174Fetched 2026-04-15 06:31:04
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×1

Error Message

From main.log — these fire BEFORE login is complete:

[account] Account details not yet available, waiting for IPC...

[remoteMarketplaceMigration] marketplace_migration.paths_unavailable err=Error: No active account/org for marketplace operations

[remoteUploadsMigration] upload_migration.paths_unavailable err=Error: No active account/org for marketplace operations

[account] User logged out during IPC wait, stopping early

[LocalSessionManager] Cannot initialize sessions: accountId=null, orgId=null. Keeping existing sessions.

[LocalSessionManager] Session storage directory does not exist yet, skipping load: C:\Users\erw\AppData\Roaming\Claude\claude-code-sessions...

Login SUCCEEDS shortly after but Cowork and sessions never reinitialize: claude.ai account active and logged in

Root Cause

Claude tried to troubleshoot this issue and created this write up after not being able to solve it. It may be multiple issues, but it believes it is one root cause so warrants a single bug report.

Code Example

From main.log — these fire BEFORE login is complete:

[account] Account details not yet available, waiting for IPC...

[remoteMarketplaceMigration] marketplace_migration.paths_unavailable 
err=Error: No active account/org for marketplace operations

[remoteUploadsMigration] upload_migration.paths_unavailable 
err=Error: No active account/org for marketplace operations

[account] User logged out during IPC wait, stopping early

[LocalSessionManager] Cannot initialize sessions: accountId=null, 
orgId=null. Keeping existing sessions.

[LocalSessionManager] Session storage directory does not exist yet, 
skipping load: C:\Users\erw\AppData\Roaming\Claude\claude-code-sessions\...

Login SUCCEEDS shortly after but Cowork and sessions never reinitialize:
claude.ai account active and logged in
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude tried to troubleshoot this issue and created this write up after not being able to solve it. It may be multiple issues, but it believes it is one root cause so warrants a single bug report.

To be clear I initially had this installed today and working as expected. It was only once I shut it down and reopened that I noticed the Cowork tab was missing along with my chat history for 3 apps that I prototyped (although the projects still exist in directories on my PC).

The Cowork tab is permanently missing despite being on a Pro plan, and session history is not persisting. A "validation_failed" error appears briefly on every fresh install. This survives multiple complete uninstall/reinstall cycles. I am not a developer — I am a regular Pro user and would appreciate a plain English explanation in any response.

What Should Happen?

  1. The Cowork tab should appear for Pro plan users.
  2. Session history should persist across launches.
  3. Marketplace and Cowork initialization should retry after successful login if the initial attempt fails.

Error Messages/Logs

From main.log — these fire BEFORE login is complete:

[account] Account details not yet available, waiting for IPC...

[remoteMarketplaceMigration] marketplace_migration.paths_unavailable 
err=Error: No active account/org for marketplace operations

[remoteUploadsMigration] upload_migration.paths_unavailable 
err=Error: No active account/org for marketplace operations

[account] User logged out during IPC wait, stopping early

[LocalSessionManager] Cannot initialize sessions: accountId=null, 
orgId=null. Keeping existing sessions.

[LocalSessionManager] Session storage directory does not exist yet, 
skipping load: C:\Users\erw\AppData\Roaming\Claude\claude-code-sessions\...

Login SUCCEEDS shortly after but Cowork and sessions never reinitialize:
claude.ai account active and logged in

Steps to Reproduce

  1. Fresh install Claude Desktop on Windows (MSIX package)
  2. Launch and log in with Pro account
  3. Observe "validation_failed" toast briefly appearing top right after login
  4. Cowork tab never appears
  5. Open main.log — "No active account/org" errors appear at 18:41:07, successful login at 18:41:22, nothing reinitializes after

Claude Model

Not sure / Multiple models

Is this a regression?

Yes, this worked in a previous version

Last Working Version

Unknown — issue was already present before I noticed it was gone, but it was the exact same installer so had to be the same. Previously had Chat, Code, and Cowork tabs. Now only Chat and Code visible.

Claude Code Version

App Version: 1.2581.0 CCD Version: 2.1.101

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

The app installs as an MSIX package which virtualizes file writes. App data ends up at: C:\Users\erw\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\

instead of the standard: C:\Users\erw\AppData\Roaming\Claude\

This caused significant confusion during troubleshooting — standard AppData locations appeared empty. Better documentation of MSIX data locations would help users and support staff diagnose issues like this in the future.

extent analysis

TL;DR

The issue might be related to the MSIX package's virtualized file writes, causing issues with session persistence and Cowork tab initialization.

Guidance

  • Verify that the C:\Users\erw\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\ directory is being used by the application, and check if the session data is being written to this location.
  • Investigate the "validation_failed" error and its relation to the "No active account/org" errors in the main.log, as this might be a key factor in the initialization issues.
  • Check if the LocalSessionManager is correctly handling the session storage directory, and if the accountId and orgId are being properly set after login.
  • Consider testing the application with a non-MSIX installation to see if the issue persists, which could help determine if the problem is specific to the MSIX package.

Example

No code snippet is provided as the issue seems to be related to the application's configuration and environment rather than a specific code problem.

Notes

The issue might be specific to the MSIX package and its virtualized file writes, which could be causing issues with the application's ability to persist session data and initialize the Cowork tab. Further investigation is needed to determine the root cause of the problem.

Recommendation

Apply workaround: Try testing the application with a non-MSIX installation to see if the issue persists, and consider providing more documentation on MSIX data locations to help users and support staff diagnose similar issues in the future. This is because the issue seems to be related to the MSIX package, and testing with a non-MSIX installation could help determine if the problem is specific to this package.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Cowork tab missing on Pro account — race condition causes "No active account/org for marketplace operations" before login completes [1 comments, 2 participants]