-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
User creation on new installation not working #4725
Comments
+1 i've got 502 bad gateway when click to create account. I have it under nginx proxy manager. The login screen is working normaly. |
+1 same 502, |
Hi there, I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below. Thanks! |
+1, |
HH,add services:
bitwarden-self-host:
container_name: bitwarden
image: 'bitwarden/self-host:2025.1.3-beta'
restart: always
ports:
- 5000:8443
volumes:
- /bitwarden:/etc/bitwarden
environment:
- BW_PORT_HTTPS=8443
- ASPNETCORE_HTTP_PORTS=8433
- BW_DOMAIN=<your_domain>
# Database
- BW_DB_PROVIDER=sqlite
- BW_DB_FILE=/etc/bitwarden/bitwarden.sqlite3
# SSL
- BW_ENABLE_SSL=true
- BW_SSL_CERT=<domain_public.crt>
- BW_SSL_KEY=<domain.key>
# Reqiured
- BW_INSTALLATION_ID=<your_id>
- BW_INSTALLATION_KEY=<your_key>
# Other
- globalSettings__disableUserRegistration=false |
Steps To Reproduce
I am trying to set up a locally hosted Bitwarden (only for my home network).
This is my
docker-compose.yml
:My
settings.env
looks like this:And I start the containers using the following command:
docker compose up -d
My complete directory structure is as follows:
/mnt/bulk/services/bitwarden
docker-compose.yml
settings.env
/data
/db
/bitwarden
/bitwarden-logs
Expected Result
When I open the hosted website I can create a new account OR there is some sort of error information available on which I could act upon.
Actual Result
The website is accessible but when I try to click on the button for creating an account nothing happens. No error in the logs and no error in the console of the container (
docker logs bitwarden-bitwarden-1
).Output from the container:
Screenshots or Videos
No response
Additional Context
No response
Githash Version
5a1e410-dirty
Environment Details
Database Image
mariadb:10
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: