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
Use docker compose to create the bitwarden unified and maria db containers
Check the logs to see it immediately failed due to (terminated by SIGABRT (core dumped); not expected) error
Expected Result
The expected result was for the unified bitwarden container services to start
Actual Result
All unified container services immediately fail (icons, notifications, admin, api, identiy) all fail with the error (terminated by SIGABRT (core dumped); not expected).
Looking inside the container to check the logs, each service has specifically failed with this error:
Unhandled exception. System.InvalidOperationException: Failed to convert configuration value at 'GlobalSettings:Installation:Id' to type 'System.Guid'.
Screenshots or Videos
No response
Additional Context
No response
Githash Version
N/A, the API service fails to start
Environment Details
Operating System: Ubuntu Server 22.04 via Hyper-V in Windows 11
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:
Hi @Kizaing, along with the docker-compose.yml file, you'll need to provide a settings.env file which has required settings for the container to come up correctly.
Steps To Reproduce
Expected Result
The expected result was for the unified bitwarden container services to start
Actual Result
All unified container services immediately fail (icons, notifications, admin, api, identiy) all fail with the error (terminated by SIGABRT (core dumped); not expected).
Looking inside the container to check the logs, each service has specifically failed with this error:
Unhandled exception. System.InvalidOperationException: Failed to convert configuration value at 'GlobalSettings:Installation:Id' to type 'System.Guid'.
Screenshots or Videos
No response
Additional Context
No response
Githash Version
N/A, the API service fails to start
Environment Details
Database Image
mariadb:10
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: