Skip to content

[bug] "Error loading file source" when viewing locally indexed repository #587

@brendan-kellam

Description

@brendan-kellam

Describe the bug

When I try to view a locally indexed repository (i.e., connection type git), I'm hitting the following:

Image

To reproduce

  1. Create a config with a local repository:
{
    "$schema": "./schemas/v3/index.json",
    "connections": {
        "local-repo": {
            "type": "git",
            "url": "file:///path/to/local/repo"
        }
    }
}
  1. 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions