newly compiled installation missing bootstrap-native-v4.js? #2720

Closed
opened 2026-04-06 03:58:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pdarcos on 11/16/2020

Hi everyone,
Debian 10.5

Just did a fresh git clone and compiled the binary. Everything seems to be ok except that when I try to login to the admin panel with the correct creds I get the invalid admin token message.

Looking into the logs I see it complains about finding bootstrap-native-v4.js

[2020-11-16 12:44:58.235][response][INFO] GET /bwrs_static/ (static_files) => 200 OK
[2020-11-16 12:44:58.401][request][INFO] GET /bwrs_static/bootstrap-native-v4.js
[2020-11-16 12:44:58.401][error][ERROR] Static file not found: bootstrap-native-v4.js

Indeed looking through the source one can see that it is no longer available here https://github.com/dani-garcia/bitwarden_rs/tree/master/src/static/scripts

Is this a bug or am I missing something?

Cheers

*Originally created by @pdarcos on 11/16/2020* Hi everyone, Debian 10.5 Just did a fresh git clone and compiled the binary. Everything seems to be ok except that when I try to login to the admin panel with the correct creds I get the invalid admin token message. Looking into the logs I see it complains about finding bootstrap-native-v4.js [2020-11-16 12:44:58.235][response][INFO] GET /bwrs_static/<filename> (static_files) => 200 OK [2020-11-16 12:44:58.401][request][INFO] GET /bwrs_static/bootstrap-native-v4.js [2020-11-16 12:44:58.401][error][ERROR] Static file not found: bootstrap-native-v4.js Indeed looking through the source one can see that it is no longer available here https://github.com/dani-garcia/bitwarden_rs/tree/master/src/static/scripts Is this a bug or am I missing something? Cheers
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2720