Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Codebase indexing is stuck on loading indefinitely. I am SSHd into an Amazon linux ARM server.
I see that there are other, similar bug reports, and have tried doing what other have discussed there, to no avail.
Steps to Reproduce
Create an AWS EC2 instance. Here is the info of the ARM, t4g.large instance I’m running on:
NAME="Amazon Linux"
VERSION="2023"
ID="amzn"
ID_LIKE="fedora"
VERSION_ID="2023"
PLATFORM_ID="platform:al2023"
PRETTY_NAME="Amazon Linux 2023.11.20260514"
Create a minimal python repo (tree screenshotted)
Python requirements.txt as follows:
Django==6.0.5
psycopg[binary,pool]
Python version is 3.13.13, installed using Pyenv, with requirements installed into a virtualenv.
Let me know if Python version / env has anything to do with this - I doubt it, but if so, will give more details on that.
I’m using macOS 26.3.1 (25D2128).
Expected Behavior
I go to cursor settings expecting the indexing to finish, but it just keeps saying “loading”
Screenshots / Screen Recordings
Operating System
Linux
Version Information
Version: 3.5.33
VSCode Version: 1.105.1
Commit: aac81804b986d739acab348ed96b8bea6e83cc50
Date: 2026-05-22T06:47:48.039Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
Additional Information
I have tried clearing the remote cursor server cache with rm -rf ~/.cursor-server, created a cursor ignore with:
node_modules/
.git/
dist/
build/
target/
.venv/
venv/
*.log
I’ve also deleted ~/Library/Application Support/Cursor/User/workspaceStorage/ on my laptop.
Does this stop you from using Cursor
No - Cursor works, but with this issue



