clipperz/password-manager

Clone is broken on flask backend (maybe on others too)

Closed this issue · 3 comments

  1. setup flask backend with clean postgres database
  2. create account
  3. clone email sample and fill with random data
  4. logout & login
  5. check cloned sample

expected behavior:
cloned email sample with random data is displayed

actual behavior:
Wait animation and "Error while decrypting data" in console.

Is this still an issue? Not happening in my version.

@jokajak yes. Had to fix this in code by hand.

record_version = RecordVersion(record=record)

This line and following must not be in except block.

Cleaning up some old neglected issues.