hive-keychain / hive-keychain-extension

A wallet browser extension for the Hive blockchain and cryptocurrency
MIT License
77 stars 51 forks source link

Cannot Make Transfer Through Keychain Version 2.4.8 #417

Closed BartolomeoItaliano closed 1 year ago

BartolomeoItaliano commented 1 year ago

When I click on username input whole application crashes. With following message:

asdf

stoodkev commented 1 year ago

Hi,

In the console, type this :

await chrome.storage.local.set({'LOCAL_STORAGE_VERSION':3})

Then on your browser's extensions management page, toggle keychain off then on again. It should fix the issue.

On Sat, Apr 8, 2023, 00:09 BartolomeoItaliano @.***> wrote:

When I click on username input whole application crashes.

[image: asdf] https://user-images.githubusercontent.com/26720699/230641022-47401cba-65e7-4b44-a19a-f75caca870a2.PNG

— Reply to this email directly, view it on GitHub https://github.com/hive-keychain/hive-keychain-extension/issues/417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHXAF3IHYOTBVOHISZ4QSPDXAA33VANCNFSM6AAAAAAWWWP6DQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

BartolomeoItaliano commented 1 year ago

Worked, thanks!