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

I can't login ui #391

Open
manazoid opened this issue Dec 25, 2024 · 0 comments
Open

I can't login ui #391

manazoid opened this issue Dec 25, 2024 · 0 comments

Comments

@manazoid
Copy link

manazoid commented Dec 25, 2024

Hello, I can't login in edgedb ui

reproduction:

# compose.yml
services:
  edgedb:
    image: edgedb/edgedb:5.7
    depends_on:
      postgres:
        condition: service_healthy
    environment:
      EDGEDB_SERVER_ADMIN_UI: enabled
      EDGEDB_SERVER_SECURITY: insecure_dev_mode
      EDGEDB_SERVER_BACKEND_DSN: "postgresql://my_user:my_password@postgres:5432/postgres"
    volumes:
      - "./edgedb-data:/var/lib/edgedb/data"
      - "./dbschema:/dbschema"
    ports:
      - "5656:5656"

CLI

gel -P 5656 instance link --trust-tls-cert my_instance
gel -I my_instance ui

Go to browser and enter URL http://localhost:5656/ui

I see the login and I DONT KNOW THE CREDENCIALS BY DEFAULT

In docs misunderstanding the auth tab (because it's not about UI) and I try to add environment EDGEDB_SERVER_PASSWORD it doesn't work

@manazoid manazoid changed the title I can't login in ui I can't login ui Dec 25, 2024
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