Describe the bug
When I try to view a locally indexed repository (i.e., connection type git), I'm hitting the following:
To reproduce
- Create a config with a local repository:
{
"$schema": "./schemas/v3/index.json",
"connections": {
"local-repo": {
"type": "git",
"url": "file:///path/to/local/repo"
}
}
}
- Navigate to the file browser and try to view a file
Sourcebot deployment information
Sourcebot version (e.g. v3.0.1): v4.8.1
Additional information
No response