verida-js icon indicating copy to clipboard operation
verida-js copied to clipboard

[account-web-vault]: QR Code disappears and only the Verida logo remains

Open cmcWebCode40 opened this issue 3 years ago • 3 comments

QR Code disappears and only the Verida logo remains. This occurs at the third time after the modal is opened about two times and closed continuously, I tested this on about three of our demos and got the same results.

demo: https://www.loom.com/share/3faabbdb6f1f4dc984d937c622623ffc

cmcWebCode40 avatar Sep 05 '22 05:09 cmcWebCode40

My Observations:

From my investigations on the cause of this issue, this doesn't happen anymore when I tried to remove the logo property from the qrcode-with-logos lib that we have used in this package.

cc @tahpot @nick-verida

cmcWebCode40 avatar Sep 07 '22 06:09 cmcWebCode40

@cmcWebCode40 Can you open up the debugger in the browser and see if you can trace through if the QR code is getting generated?

Not sure about Brave, but in Firefox you can set breakpoints (not sure where the QR Code generation is done myself though)

image

nlothian avatar Sep 08 '22 04:09 nlothian

@nlothian, after using the chrome debugger, I couldn't trace any error from the code; this behavior only occurs in chrome browsers.

cmcWebCode40 avatar Sep 08 '22 21:09 cmcWebCode40