polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.76k stars 1.55k forks source link

Polkadot Asset Balance & Transfers are not functioning #11097

Closed iamgenchi closed 6 days ago

iamgenchi commented 6 days ago

I'm submitting a bug in PolkadotJS on polkadot.js.org where Assets > Balances do not show in AssetHub.

Currently the page doesn't load and the following error appears in the console.

image
comm.9d91dc48a36cf2d2.js:3910 Error: useCall(...):: Cannot read properties of undefined (reading '0'):: TypeError: Cannot read properties of undefined (reading '0')
    at transform (page.0830c174e132f19d.js:141:13026)
    at comm.9d91dc48a36cf2d2.js:3910:45057
    at modu.8f88b1c95873837b.js:1:161516
    at modu.99315fe9987024dd.js:2:481239
    at transform (page.0830c174e132f19d.js:141:13026)
    at comm.9d91dc48a36cf2d2.js:3910:45057
    at modu.8f88b1c95873837b.js:1:161516
    at modu.99315fe9987024dd.js:2:481239
    at u (comm.9d91dc48a36cf2d2.js:3910:43853)
    at comm.9d91dc48a36cf2d2.js:3910:45082
    at modu.8f88b1c95873837b.js:1:161516
    at modu.99315fe9987024dd.js:2:481239

Currently we cannot send assets in AssetHub (for example USDT or USDC) if this is not fixed.

MacOS Sequoia 15.0.1 (24A348) - Chrome Version 130.0.6723.117

polkadot-parachain v1.16.2 api v14.3.1 apps v0.146.2-0

- [x] Browser
IkerAlus commented 6 days ago

Duplicated of https://github.com/polkadot-js/apps/issues/10476