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
Comments