Metamask Extension Bug Multiple Wallets Syncdiscovery For Social Import Onboarding

Metamask Extension Bug Multiple Wallets Syncdiscovery For Social Import Onboarding

System Archive

Metamask Extension Bug Multiple Wallets Syncdiscovery For Social Import Onboarding Symptom Users encounter an issue when attempting to import social accounts for onboarding, resulting in multiple wallet sync/discovery errors within the Metamask extension. Technical Root Cause The error occurs due to a bug in the Metamask extension that causes it to incorrectly handle multiple wallet imports during the social import onboarding process, leading to sync and discovery issues. Manual Overrides To resolve the issue, try the following manual overrides: Clear the Metamask extension's local storage and restart the browser. Manually configure the wallet import settings using the following code block: json { "wallets": [ { "id": "wallet1", "address": "0x1234567890abcdef" }, { "id": "wallet2", "address": "0x234567890abcdef1" } ] } Disable and reenable the Metamask extension to trigger a resync. For more advanced troubleshooting, consider using an external console to inspect the extension's internal state. Prerequisites Metamask extension installed and enabled Ethereum network selected Social account import feature enabled


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page