VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Items appear missing with bitwarden-web v1.23.0

leonghui opened this issue · comments

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?

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

Should be working now

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