You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior and expected behavior?
When trying to sign a transaction, the Polkadot extension window initially appears but flashes quickly before turning completely white. This issue occurs after setting "Display Address Format" to Mythos. Even after updating the metadata for all parachains, the white screen persists.
Expected Behavior:
The extension should display the sign transaction window properly without showing a white screen and allow interaction for signing the transaction.
Console Error:
Failed to load resource: net::ERR_FILE_NOT_FOUND (locales/default/translation.json:1)
Error: Out of range ss58Format specified at Pc (extension.js:2:834091)
at extension.js:389:1197
at extension.js:389:1259
at ic (extension.js:2:255143)
at Su (extension.js:2:275265)
at extension.js:2:271869
at E (extension.js:2:292572)
at MessagePort.k (extension.js:2:293104)
fs @ extension.js:2
extension.js:2 Uncaught Error: Out of range ss58Format specified at Pc (extension.js:2:834091)
at extension.js:389:1197
at extension.js:389:1259
at ic (extension.js:2:255143)
at Su (extension.js:2:275265)
at extension.js:2:271869
at E (extension.js:2:292572)
at MessagePort.k (extension.js:2:293104)
The text was updated successfully, but these errors were encountered:
Apologies, I should have been more detailed when I closed #1489. The reason for closing it was to consolidate the issues since at the core it's the same problem ie. the white page appearing. Which is really bad, and unwanted in any general case.
The mythos issue itself is a problem at the polkadot/common level polkadot-js/common#1917. So in my mind it's a different scope. For your sake I'll keep this issue up for the mythos portion, but the white screen issue will be discussed and updated in #1458
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.
I'm submitting a ...
What is the current behavior and expected behavior?
When trying to sign a transaction, the Polkadot extension window initially appears but flashes quickly before turning completely white. This issue occurs after setting "Display Address Format" to Mythos. Even after updating the metadata for all parachains, the white screen persists.
Expected Behavior:
The extension should display the sign transaction window properly without showing a white screen and allow interaction for signing the transaction.
Console Error:
The text was updated successfully, but these errors were encountered: