keyko-io / filecoin-verifier

Filecoin project issues
0 stars 0 forks source link

Trying to issue multiple data caps quickly in succession can lead to a bad state (without obvious warnings) #31

Closed jnthnvctr closed 3 years ago

jnthnvctr commented 3 years ago

image

Repro steps: 1) Attempt to assign data cap (and approve on ledger) 2) Switched to root key holder view 3) Switched back to verifier view and attempt to assign data cap 4) Check console to see WebSocket closed error

jnthnvctr commented 3 years ago

Note - I think this actually happens whenever you hit an error generally. The web app can get into a bad state - and any subsequent action seems like it runs into this Web Socket issue.

Workaround is to log out of Filecoin app on the ledger, refresh the page, log back in, and start over.