-
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
error 500 in Billing > Subscription #5223
Comments
I've got the exactly same issue on bitwarden unified docker compose setup. |
Same here, with all versions after 2024.12.0-beta (that is the last one working) - including 2025.1.1-beta |
Exactly the same issue here on 2025.1.3 :| |
still the same in bitwarden/self-host:2025.1.3-beta
|
For everyone that is having issues with renewing their licenses because of this issue, there is an easy workaround: we can skip the broken web interface and access the API to upload our new license.
Manual License Renewal for Self-Hosted Bitwarden OrganizationsThis is a workaround for the broken subscription management in the web interface. The API endpoint is the same one the web interface would use, we're just bypassing the broken UI. Prerequisites
Step-by-Step Instructions1. Get an Authentication Token
2. Upload the LicenseUse the following curl command: curl -X POST "https://YOUR_BITWARDEN_DOMAIN/api/organizations/licenses/self-hosted/YOUR_ORG_ID" \
-H "Authorization: Bearer YOUR_TOKEN" \
-F "License=@path/to/your/license.json" Replace:
No restart is required. The changes should take effect immediately and premium features should be available again. You might lock- and unlock your vault once, if the client doesn't immediately recognize the renewed license. |
Steps To Reproduce
Expected Result
Webpage to renew/upload new license
Actual Result
Loading spinner, nothing more.
500 error page.
Screenshots or Videos
Additional Context
From
api.log
Githash Version
ed090c8-dirty
Environment Details
bitwarden.sh version 2024.12.1
Docker version 27.2.0
Docker Compose version v2.20.3
Ubuntu Linux
Database Image
mariadb:10
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: