Codebase indexing works well in my local project.
But when I open a remote dev container (that machine is unable to connect to the internet), codebase indexing can not work.
My cursor version:
Version: 0.45.4
VSCode Version: 1.96.2
Commit: d9f8a232158c173cb84b31a70a49a9689bf0f770
Date: 2025-01-26T07:23:35.719Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.5.0
tmm1
2
Currently an internet connection would be required on the machine to use the indexing feature.
Having the same issue. Did you find any solution?
Providing internet connection and as well running project on Local, still stuck at Loading…
Any other solution you might think of?
Version: 0.45.7
VSCode Version: 1.96.2
Commit: 6ea842450e04c5537da4d83d51823fae13bb30f0
Date: 2025-01-30T18:32:32.733Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100
deanrie
5
What if you try renaming the project? Will that help?
In my case, the issue caused by somehow there is a “file” named “codebase” been added into the chat, after remove it from the chat, working again.