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
Problem
The wallets ( testnet.mynearwallet.com & wallet.testnet.near.org) crash when it looks for collectibles which underlying contract doesn't exist anymore:
Failed to load NFT for demo_project_test12.part_factory.groundone.testnet Error: [-32000] Server error: account demo_project_test12.part_factory.groundone.testnet does not exist while viewing
at json-rpc-provider.js:329:31
at async Object.e [as default] (exponential-backoff.js:7:1)
at async y.sendJsonRpc (json-rpc-provider.js:304:15)
at async y.query (json-rpc-provider.js:116:13)
at async A.viewFunction (account.js:386:15)
It results in a blank page. The wallet crashes completely.
Expected Behavior
I guess skip collectibles which can't be queried from the original contract.
Steps to reproduce
Create a nft contract
Mint tokens on address
Delete contract account
Check your wallet
The text was updated successfully, but these errors were encountered:
Problem
The wallets ( testnet.mynearwallet.com & wallet.testnet.near.org) crash when it looks for collectibles which underlying contract doesn't exist anymore:
It results in a blank page. The wallet crashes completely.
Expected Behavior
I guess skip collectibles which can't be queried from the original contract.
Steps to reproduce
The text was updated successfully, but these errors were encountered: