claude-code - 💡(How to fix) Fix [Bug] Project page: Sorting by Recents and Created show identical order [1 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#56005Fetched 2026-05-05 06:00:40
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Error Message

[{"error":"Error: Request was aborted.\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-04T12:36:41.745Z"}]

Code Example

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-04T12:36:41.745Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description Claude Desktop chats BUG: Project page: Sorting by Recents or Created both show the same order.

Environment Info

  • Platform: darwin
  • Terminal: iTerm.app
  • Version: 2.1.126
  • Feedback ID: bce42fd7-74e9-4a53-a9bf-0ebbdbfdf2d0

Errors

[{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-04T12:36:41.745Z"}]

extent analysis

TL;DR

The issue may be resolved by investigating and fixing the makeRequest function in cli.js to handle requests correctly, specifically addressing the "Request was aborted" error.

Guidance

  • Investigate the makeRequest function at line 50 in cli.js to understand why requests are being aborted, potentially due to timing or connection issues.
  • Verify if the sorting functionality is correctly implemented and if the backend API returns the expected sorted results for "Recents" and "Created" orders.
  • Check for any recent changes in the codebase that might have introduced this bug, focusing on updates related to the sorting feature or the makeRequest function.
  • Consider adding error handling or retries for aborted requests to mitigate the issue temporarily.

Example

No specific code example can be provided without more context, but reviewing the makeRequest function for proper error handling and timeout settings could be a starting point.

Notes

The provided error message suggests a client-side issue with request handling, but without more details on the backend API or the specific sorting implementation, it's challenging to provide a definitive fix.

Recommendation

Apply workaround: Implementing robust error handling and potentially adding retries for aborted requests could mitigate the issue until a more permanent fix can be applied to the makeRequest function or the underlying cause of the aborted requests.

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] Project page: Sorting by Recents and Created show identical order [1 participants]