Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount

Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount

System Archive

Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount Symptom The Metamask extension displays the NFT ID as if it were the amount when sending an NFT, showing a numeric value with a "" symbol prefix. Technical Root Cause This error occurs due to a bug in the Metamask extension's Activity module, where it incorrectly interprets the NFT ID as a numeric value representing the amount. Manual Overrides To resolve this issue, try the following manual overrides: Update Metamask to the latest version Reset the Metamask extension settings to default Use the following JSON payload to override the Activity module's behavior: json { "activity": { "nft": { "display_id_as_amount": false } } } Consider accessing the blockchain using an external console for more advanced troubleshooting. Prerequisites Metamask extension installed and configured Basic understanding of blockchain and NFT concepts Familiarity with JSON data format


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page