mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Admin panel does not work with some 1.29.2 instances #1700
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deajan on GitHub (Sep 12, 2023).
Subject
On a fresh installed Vaultwarden instance, I cannot use the admin panel since the js script won't load.
In my navigator, I get the following:
@deajan commented on GitHub (Sep 12, 2023):
Strangely enough, when comparing source of both of my 1.29.2 Vaultwarden setups, both on docker, both behind Haproxy, there is a small difference.
The HTML sources of the admin settings page of the one described above that doesn't work end with:
Whereas the sources of my other instance ends with:
Of course I have no idea why.
When inspecting the network request, I see that
bootstrap-native.jssimply doesn't exist:@stefan0xC commented on GitHub (Sep 12, 2023):
bootstrap-native.jswas replaced withbootstrap.bundle.jsin #3730. So it should only load the latter. Maybe you have the page still cached? (Maybe check your HAProxy settings if you override thecache-controlsettings?)