generated from cording12/next-fast-turbo
-
-
Notifications
You must be signed in to change notification settings - Fork 565
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
I tried setting up the GitHub connector, but even though indexing tasks appear successful in the logs, the repository documents do not appear under Manage Documents, and querying always results in 0 related documents
.
Steps to Reproduce:
- Perform manual installation of SurfSense.
- Create a GitHub personal access token with the following permissions:
- Access to all repositories owned by me
- Read access to code, issues, and metadata
- No user permissions
- Configure the GitHub connector in SurfSense with the token.
- Index a repository.
- After indexing:
- Logs show successful
connector_indexing_tasks
. - On the connectors page, "Last Indexed" is initially updated.
- After refreshing the page, "Last Indexed" reverts to "Never."
- Logs show successful
- Go to Manage Documents → No documents listed, and queries return 0 results.
Expected Behavior:
After successful indexing, repository files should:
- Appear in Manage Documents
- Stay recorded in the connectors page (with correct "Last Indexed" date)
- Be retrievable when querying the repo
Actual Behavior:
- Logs report successful indexing.
- Manage Documents remains empty.
- Connectors page initially shows a "Last Indexed" date, but after refresh it reverts to "Never."
- Queries return "0 related documents."
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working