Metamask Extension Bug Multiple Wallets Syncdiscovery For Social

Metamask Extension Bug Multiple Wallets Syncdiscovery For Social

System Archive

Metamask Extension Bug Multiple Wallets Syncdiscovery For Social Symptom Users experience issues with multiple wallets during the social import onboarding process, resulting in failed sync/discovery and preventing access to their wallets. Technical Root Cause The error occurs due to a bug in the Metamask extension, which fails to handle multiple wallets correctly during the social import onboarding process, leading to sync/discovery issues. Manual Overrides Attempt to reset the Metamask extension by deleting local storage: localStorage.clear() Try to manually configure the wallet settings using the following JSON configuration: json { "wallets": [ { "id": "wallet1", "address": "0x...", "network": "eth" }, { "id": "wallet2", "address": "0x...", "network": "eth" } ] } Use the Metamask debug mode to enable verbose logging and identify the root cause of the issue For the best results, ensure you have: Metamask extension version 10.22.1 or later Google Chrome browser version 103 or later A stable internet connection You may want to consider using an external console to further debug the issue.


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page