You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/admin.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/api.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/events.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/icons.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/identity.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/nginx.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/notifications.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/scim.ini" during parsing
2024-09-02 19:40:03,208 INFO Included extra file "/etc/supervisor.d/sso.ini" during parsing
2024-09-02 19:40:03,212 INFO RPC interface 'supervisor' initialized
2024-09-02 19:40:03,212 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2024-09-02 19:40:03,212 INFO supervisord started with pid 1
2024-09-02 19:40:04,215 INFO spawned: 'identity' with pid 40
2024-09-02 19:40:04,217 INFO spawned: 'admin' with pid 41
2024-09-02 19:40:04,219 INFO spawned: 'api' with pid 42
2024-09-02 19:40:04,220 INFO spawned: 'icons' with pid 43
2024-09-02 19:40:04,222 INFO spawned: 'nginx' with pid 44
2024-09-02 19:40:04,224 INFO spawned: 'notifications' with pid 45
2024-09-02 19:40:19,409 INFO success: identity entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
2024-09-02 19:40:19,409 INFO success: admin entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
2024-09-02 19:40:19,409 INFO success: api entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
2024-09-02 19:40:19,409 INFO success: icons entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
2024-09-02 19:40:19,410 INFO success: nginx entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
2024-09-02 19:40:19,410 INFO success: notifications entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
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: