forked from cline/cline
-
Couldn't load subscription status.
- Fork 2.4k
Closed
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Description
App Version
3.19.5
API Provider
OpenAI
Model Used
N/A
🔁 Steps to Reproduce
Setup codebase indexing with a docker compose file like described here: https://docs.roocode.com/features/experimental/codebase-indexing
version: '3.8'
services:
qdrant:
image: qdrant/qdrant
ports:
- "6333:6333"
volumes:
- qdrant_storage:/qdrant/storage
volumes:
qdrant_storage:Go to codebase indexing settings and configure and save them.
💥 Outcome Summary
I expected I could start indexing, but the start indexing button is grayed out. There is a hint to save the settings to start indexing.
📄 Relevant Logs or Errors (Optional)
In the Roocode output there is this line
[CodeIndexManager] Error during background CodeIndexManager configuration/indexing: Cannot create services: Code indexing is not properly configureddosubot
Metadata
Metadata
Assignees
Labels
Issue - Needs InfoMissing details or unclear. Waiting on author to provide more context.Missing details or unclear. Waiting on author to provide more context.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done