polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
964 stars 403 forks source link

Regression. Cannot forget account. v0.47.5 #1376

Closed Juanma0x closed 1 week ago

Juanma0x commented 1 week ago

When the user tries to forget an account, clicking the button does not trigger any response, and the account is not removed from the extension.

image

The functionality does work on version 0.41.1.

TarikGul commented 1 week ago

I was able to reproduce the issue. Thanks for filing it

TarikGul commented 1 week ago

Definitely an annoying little bug. It totally works in dev mode, but not in the live version...

That being said looks like the source of the issue is here

With the error message being:

extension.js:1402 Error: Cannot read properties of undefined (reading 'includes')
    at extension.js:2:1236010
wangminqi commented 1 week ago

Yes, reproduced. Can not forget account in Chrome extension.

polkadot-js-bot commented 8 hours ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.