claude-code - 💡(How to fix) Fix [BUG] Desktop app: /projects list only loads 30 projects (66 total), infinite scroll never triggers [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#48698Fetched 2026-04-16 06:53:25
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×2commented ×1unlabeled ×1

Error Message

Error Messages/Logs

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 Desktop 1.2581.0 (f103981) / macOS 15.3 Issue: /projects view renders only 30 of 66 projects in org. Infinite scroll / pagination never triggers; scrolling to bottom does nothing; client-side project search cannot find the missing projects (data is not loaded, not a render issue). Same URL (claude.ai/projects) renders all 66 correctly in Chrome with same account/org/cookies. Issue is persistent across fresh launch, cache clear, and re-login. Log evidence in ~/Library/Logs/Claude/main.log shows normal [Spaces] Loaded 1 spaces for <acct>/<org>, no API errors on the projects endpoint during load.

main.log

What Should Happen?

All projects appear in claude desktop.

Error Messages/Logs

Steps to Reproduce

Open the Claude Code desktop app and sign in to the account that has access to the org with 66 projects. In the app, open the Projects view (or go to claude.ai/projects). Confirm the org context is correct (the org that should have 66 projects). Scroll to the bottom of the Projects list and keep scrolling for 10 seconds. Observe that only 30 projects load and the list does not continue loading (infinite scroll never triggers). Use the in-app project search and confirm the missing projects are not found (they are not loaded). Open the same claude.ai/projects URL in Chrome with the same account/org and confirm all 66 projects load correctly there.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.109

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can likely be resolved by investigating the difference in how the Claude Desktop app and the Chrome browser handle pagination or data loading for the projects endpoint.

Guidance

  • Verify that the main.log file does not contain any errors or warnings related to the projects endpoint or data loading.
  • Compare the network requests made by the Claude Desktop app and the Chrome browser when loading the projects page to identify any differences in the requests or responses.
  • Check if the issue is specific to the Opus model or if it occurs with other models as well.
  • Investigate if there are any known issues or limitations with the Anthropic API or the Claude Code version 2.1.109 that could be causing the problem.

Example

No code snippet is provided as the issue does not contain sufficient information to create a relevant example.

Notes

The issue may be related to a regression in the Claude Code version 2.1.109, and investigating the changes made in this version may help identify the root cause.

Recommendation

Apply workaround: Investigate and compare the network requests and responses between the Claude Desktop app and the Chrome browser to identify the difference in data loading or pagination handling.

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] Desktop app: /projects list only loads 30 projects (66 total), infinite scroll never triggers [1 comments, 2 participants]