Codebase indexing not working for me. In the logs it shows that it is picking 0 files for indexing:
2024-10-11 22:22:55.281 [info] Setting indexing intent to should-index
2024-10-11 22:22:55.282 [info] Creating merkle client.
2024-10-11 22:22:55.282 [info] Done creating merkle client.
2024-10-11 22:22:55.282 [info] Doing a startup handshake.
2024-10-11 22:22:55.291 [info] Finished initializing merkle tree in 8.615458011627197 ms.
2024-10-11 22:22:55.291 [info] Doing the initial handshake with hash:
2024-10-11 22:22:55.293 [info] Handshake start
2024-10-11 22:22:55.437 [info] Handshake timing: 145.31791698932648
2024-10-11 22:22:55.437 [info] Handshake result: {“status”:“STATUS_EMPTY”,“repoName”:“de0f9c9a-aec8-4269-8b84-15dd84228281”}
2024-10-11 22:22:55.437 [info] Starting fast remote sync.
2024-10-11 22:22:55.438 [info] Total num embeddable files: 0
2024-10-11 22:22:55.438 [info] Root hash:
2024-10-11 22:22:55.438 [info] Starting repository upload from scratch.
2024-10-11 22:22:55.438 [info] Uploading 0 files.
2024-10-11 22:22:55.561 [info] Finished indexing repository.
2024-10-11 22:22:55.561 [info] Indexing job successfully done or aborted.
Anyone experienced this? Any idea how to resolve this?