VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

Items appear missing with bitwarden-web v1.23.0 #24

Closed leonghui closed 6 years ago

leonghui commented 6 years ago

With the latest vault release (v1.23.0), account login, 2FA, and folders work but existing items are missing.

Registering a new user on a fresh DB works.

Trying to add a new item triggers an error message on vault: image

Server stdout reports: 2018/03/13 16:13:27 user@user.com is trying to add data

Other bitwarden clients are working fine (e.g. Android app, Firefox extension).

Not sure if this is related to the upcoming API changes?

VictorNine commented 6 years ago

It probably is due to the API change. Thanks for the issue I'll look in to it.

Update: I'm planning to wait with the API change until the other clients/apps are updated

VictorNine commented 6 years ago

Should be working now

leonghui commented 6 years ago

Fixed for bitwarden-web v1.23.0, will retest with the latest release.