-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Web Installed: Unable to fetch installed version #2530
Comments
Is your localhost instance available under https? |
No, just a test instance |
If you look at the developer console, I imagine you will see something about blocking http/s requests from a non-https source. |
No, http://localhost/admin/home/getinstalledwebversion which responds with http 500 and "Unable to fetch installed version" |
http://localhost:80/version.json works fine when opened in a browser, it returns: { "version": "2022.12.0" } |
I am seeing the same issue with docker image bitwarden/self-host, both on eb3e57433c7a and 8cfc531a3011. My admin dashboard looks identical to the screenshot in the original post. Developer Tools shows this in the network tab: If I open https://mydomain/admin/home/getinstalledwebversion directly, it returns "Unable to fetch installed version", with a 500 status code. I am seeing the same error in /var/log/bitwarden/admin.log within the container. It is interesting that it's trying to access localhost:80, as the default port is 8080. I am also able to access version.json, which responds: { "version": "2022.12.0" } I am using SSL though Caddy as a reverse proxy. Caddy is forwarding to 8080 on the Bitwarden container. |
The problem is that Manually setting |
Should be fixed in the next version. |
Steps To Reproduce
1: install on localhost using docker
2: log into the /admin panel
Expected Result
"Web Installed" displays "Unable to fetch installed version"
Actual Result
"Web Installed" displays a version or if no longer applicable.
Screenshots or Videos
Additional Context
No response
Githash Version
455d62e-dirty
Environment Details
Database Image
Mariadb: 10.10.2
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: