We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I can't login in edgedb ui
reproduction:
CLI
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
The text was updated successfully, but these errors were encountered: