T
Traycer•9mo ago
fiberbox1

Indexing issue

hi.. seems like the indexing was stuck for me.. how do I handle it?
5 Replies
Tanveer Gill
Tanveer Gill•9mo ago
Can you please share a screenshot of developer console logs, it will help us get to the bottom of this issue: Help -> Toggle Developer Tools -> Console FYI, even without indexing you should be able to run a Task. You need to provide some context by attaching a file or folder
fiberbox1
fiberbox1OP•9mo ago
oh.. it seems like its also trying to index .mypy_cache files. why is that? they are inside git ignore @Tanveer Gill is there a way to ask it to reindex again?
Tanveer Gill
Tanveer Gill•9mo ago
Why do you need to re-index? Is the .gitignore part of your workspace? Have you currently opened some sub-folder?
fiberbox1
fiberbox1OP•9mo ago
I managed to solve it. thanks 🙂 fyi, I had a parent folder for my both backend and frontend projects... I solve it by creating a .gitignore in the root folder aswell
Tanveer Gill
Tanveer Gill•9mo ago
Great to know its resolved!

Did you find this page helpful?