I’m having problems opening my cursor. When I open the cursor, Codebase Indexing gets stuck in an infinite loop on Loading forever, and it doesn’t load my project’s chat and I can’t work.
Anyone else having this bug?
Any idea how to solve it?
Hey, check what logs are displayed in the Output panel. To do this, go to the View menu -> Output, and in the dropdown menu, select Cursor Indexing & Retrieval.
To add to what @deanrie suggested, there are two other possibilities to check that I can think of.
If you’re using custom documentation in Cursor Settings > Features > Docs, be sure you don’t have one stuck or constantly trying to index.
The other culprit could be too large a code base. For instance, if you aren’t using .cursorignore in the root of your project folder and you’re indexing, say, nod_modules, it’ll do nothing but run constantly.