【bug】Why have I been having this problem for the past two days? Whenever I reference a file in the Cursor chat box, it gets stuck thinking forever and never gives a response

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Why have I been having this problem for the past two days? Whenever I reference a file in the Cursor chat box, it gets stuck thinking forever and never gives a response.

Steps to Reproduce

import files / reference files,ask Cursor to answer based on the files

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.5.26
VSCode Version: 1.105.1
Commit: 7d96c2a03bb088ad367615e9da1a3fe20fbbc6a0
Date: 2026-02-26T04:57:56.825Z (1 周前)
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known issue. Several users are seeing the same thing on recent versions.

A few things to try:

  1. Reindex the project database: Cmd + Shift + J > Indexing & Docs > Reindex. This fixed it for some users in a similar thread.

  2. Disable HTTP/2: Open settings.json (Cmd + Shift + P > Preferences: Open User Settings (JSON)) and add:

    "cursor.general.disableHttp2": true
    

    Then restart Cursor.

  3. Run network diagnostics: Cursor Settings > Network > Run Diagnostics. Share the results here.

  4. Try a different network (mobile hotspot) to rule out ISP or router issues.

  5. Test in an empty folder: File > Open Folder > pick an empty directory, start a new chat, reference a simple file. Does it still hang?

Also, when it freezes next time, grab the Request ID (chat context menu top right > Copy Request ID) and paste it here. That’s the key thing we need to dig in further.

Which model are you using? Are you on a VPN or proxy?

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.