Solve the problem of login failure of bitwarden browser plug-in

Server: vaultwarden

Client: There is the following error: cannot read properties of null(reading iterations)The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

Remember that the client address must be https, otherwise you will not be able to log in.The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

method one:The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

Upgrade the server to the latest version of vaultwardenThe article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

Method Two:The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

Modify nginx to add the following fieldsThe article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

location = /identity/accounts/prelogin {The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

rewrite ^/identity/accounts/prelogin$ /api/accounts/prelogin;The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

}The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html The article originates fromSinsTu NI-https://www.sinstu.com/archives/47.html

 
admin
  • by admin Published on 2024-03-1513:33:59
  • Please make sure to keep the link to this article when reprinting:https://www.sinstu.com/archives/47.html
  • bitwarden
  • nginx

Comment