Troubleshooting
Troubleshooting Guide for Wallets (MetaMask, Coinbase, Trust Wallet, WalletConnect) on Chrome/Brave
This document is designed to help you troubleshoot issues related to cryptocurrency wallets like MetaMask, Coinbase Wallet, Trust Wallet, and WalletConnect on Chrome and Brave browsers. It also provides tips on debugging and resolving common issues.
Table of Contents
Introduction
Cryptocurrency wallets such as MetaMask, Coinbase Wallet, Trust Wallet, and WalletConnect are essential tools for managing digital assets. However, users may encounter issues due to interference between multiple wallets, outdated browser versions, or hardware wallet connection problems. This guide provides step-by-step instructions to resolve these issues and ensure smooth operation of your wallets.
Common Issues and Solutions
Multiple Wallets Interference
When multiple wallet extensions are installed in Chrome or Brave, they can interfere with each other, causing connection and transaction issues. Follow these steps to disable all but one wallet extension:
Open Chrome/Brave and navigate to the extensions page by typing
chrome://extensions
orbrave://extensions
in the address bar.Identify the wallet extensions installed (MetaMask, Coinbase Wallet, Trust Wallet, etc.).
Disable all wallet extensions except the one you intend to use by toggling the switch next to each extension.
Updating Brave Browser
Keeping your browser up to date is crucial for security and compatibility. Here's how to update Brave:
Open Brave and click on the menu icon (three horizontal lines) in the upper-right corner.
Select
About Brave
. The browser will automatically check for updates and install them.Restart Brave to apply the updates.
Resetting Ledger Device Connection
If you use a Ledger hardware wallet, resetting the connection can resolve many issues. Here's how to do it:
Disconnect the Ledger device from your laptop/PC.
Close any associated applications (e.g., Ledger Live).
Reconnect the Ledger device.
Open Ledger Live or your preferred wallet application and retry the connection.
Client Debugging for MetaMask and Similar Wallets
Enable Detailed Logging
For detailed troubleshooting, enable logging in MetaMask or similar wallets:
Open the MetaMask extension.
Click on the account icon and select
Settings
.Go to
Advanced
and enableShow Advanced Gas Controls
andShow Hex Data
.This will provide more detailed logs that can help in troubleshooting.
Checking Network Connections
Ensure your wallet is connected to the correct network:
Open your wallet extension.
Verify that the selected network (e.g., Ethereum Mainnet) matches your intended network.
If necessary, switch networks by clicking on the network name and selecting the appropriate one.
Clearing Cache and Cookies
Clearing the browser's cache and cookies can resolve many issues:
Open Chrome/Brave settings by clicking on the menu icon and selecting
Settings
.Navigate to
Privacy and Security
and selectClear browsing data
.Choose
Cookies and other site data
andCached images and files
, then clickClear data
.
Additional Debugging Topics
Ledger Connector Issues
Glitchy Connectors: The Ledger connector can sometimes glitch. If you experience issues, try disconnecting and reconnecting the device.
Slow Adapters: Some USB adapters can slow down your PC. If you notice performance issues, remove the adapter temporarily and check if it resolves the problem.
Network Configuration Issues
Verify that your internet connection is stable.
Ensure that no firewall or VPN is blocking the connection to wallet services.
Check the network status on the wallet's official status page if available.
Reporting Issues
If you need to report an issue after trying the above steps:
Open Terminal:
On Windows: Press
Ctrl + Shift + I
orF12
to open the Developer Tools.On Mac: Press
Cmd + Opt + I
orCmd + Opt + J
to open the Developer Tools.On Linux: Press
Ctrl + Shift + I
orF12
to open the Developer Tools.
Go to Console:
Navigate to the
Console
tab in the Developer Tools.Perform the action in Dough Finance DAPP that is causing the error.
Take a screenshot of the console with errors or make a video recording of the issue.
Submit the Report:
If the issue persists after trying all the above troubleshooting steps, submit your screenshots or video recordings to our support team to help debug your client issues.
Inspecting and Debugging by Browser and Wallet
Chrome/Brave on Mac
Open Developer Tools:
Press
Cmd + Opt + I
orCmd + Opt + J
to open Developer Tools.
Select Wallet Extension:
Click on the wallet extension icon (e.g., MetaMask) in the browser toolbar.
Inspect Element:
Right-click on the wallet interface and select
Inspect
to view the HTML and CSS.
View Console:
Click on the
Console
tab to view error messages and logs.
Perform Actions:
Perform the actions that are causing issues and observe the console for errors.
Chrome/Brave on Windows
Open Developer Tools:
Press
Ctrl + Shift + I
orF12
to open Developer Tools.
Select Wallet Extension:
Click on the wallet extension icon (e.g., MetaMask) in the browser toolbar.
Inspect Element:
Right-click on the wallet interface and select
Inspect
to view the HTML and CSS.
View Console:
Click on the
Console
tab to view error messages and logs.
Perform Actions:
Perform the actions that are causing issues and observe the console for errors.
Chrome/Brave on Linux
Open Developer Tools:
Press
Ctrl + Shift + I
orF12
to open Developer Tools.
Select Wallet Extension:
Click on the wallet extension icon (e.g., MetaMask) in the browser toolbar.
Inspect Element:
Right-click on the wallet interface and select
Inspect
to view the HTML and CSS.
View Console:
Click on the
Console
tab to view error messages and logs.
Perform Actions:
Perform the actions that are causing issues and observe the console for errors.
By following this guide, you should be able to resolve most issues related to using cryptocurrency wallets in Chrome and Brave. For further assistance, always refer to the official support resources of the wallet you are using. If you want to provide the team a report for your browser/wallet client acting buggy, please try all steps above and always provide us a screenshot/video of your browser console!
Last updated