Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nessie UI does not show any branches if main branch is not available #182

Open
daha opened this issue Oct 8, 2024 · 0 comments
Open

Nessie UI does not show any branches if main branch is not available #182

daha opened this issue Oct 8, 2024 · 0 comments

Comments

@daha
Copy link

daha commented Oct 8, 2024

I have a Nessie instance where I have configured to have the branch prod as
the default branch (nessie.server.default-branch=prod). I have also removed
the main branch to avoid confusion.

When I now use the UI if is just blank, it does not give me the option to see my
branch unless I modify the URL manually to be
https://my-hostname.com/tree/prod, instead of the the default https://my-hostname.com/tree/main.

image

Below is the output from the /api/v1/trees endpoint for reference:

{
  "token" : null,
  "references" : [ {
    "type" : "BRANCH",
    "name" : "prod",
    "hash" : "aaccbc839432279da662954d7f9bba9b277257d768b34670baa9e491d09e6604"
  } ],
  "hasMore" : false
}

I'm running Nessie with the following docker image:
docker.io/bitnami/nessie:0.99.0-debian-12-r2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant