Metamask Extension Bug Assets Confirming The Add Token From A Dapp
System ArchiveMetamask Extension Bug Assets Confirming The Add Token From A Dapp Symptom Users encounter an issue where the "Add Token" dialog from a Dapp keeps looping back to the "Add Token" page when trying to confirm the addition of a token in Metamask. Technical Root Cause The error occurs due to a bug in the Metamask extension that prevents the token confirmation dialog from completing successfully, causing it to loop back to the initial "Add Token" page. Manual Overrides To manually override this issue, users can try the following: Check the token's contract address and ensure it is correct. Verify that the token is not already added to the user's wallet. Use the following JSON payload to add the token manually: json { "type": "ERC20", "options": { "address": "0x...token_contract_address...", "symbol": "TOKEN_SYMBOL", "decimals": 18, "image": "https://...token_image_url..." } } Consider accessing the Ethereum network through an external console for more advanced troubleshooting. Prerequisites Metamask extension installed and configured Ethereum wallet set up and funded Dapp providing the "Add Token" functionality
System Cross-Reference Matrix
- Related Archive: Metamask Extension Bug Notifications Notification Badge Red Num 06 17
- Related Archive: Metamask Extension Bug Multiple Wallets Syncdiscovery For Social 06 17 2
- Related Archive: Critical Trc 20 Energy Spike Error 06 17 3