You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
UI crashes with: Application error: a client-side exception has occurred (see the browser console for more information) after locking the connected extension (MetaMask, Rabby, Ambire...) while the supply token modal is opened
To Reproduce
Steps to reproduce the behavior:
Connect a browser extension wallet
Click on the 'Supply' button on some of the tokens
Open the connected extension and lock it
The AAVE app should be crashed
Expected behavior
The extension should get disconnected after locking the extension, and in the AAVE app, there should be a 'Connect Wallet' button to reconnect
Screenshots
Desktop
OS: MacOS
Browser: Chrome
Version: 133.0.6943.127
The text was updated successfully, but these errors were encountered:
You're experiencing a client-side crash in the Aave app when the connected wallet extension (MetaMask, Rabby, Ambire, etc.) is locked while the Supply modal is open.
Cause of the Issue
This crash happens because:
The Aave frontend tries to interact with the wallet (e.g., calling eth_accounts, eth_getBalance, etc.) while the wallet is locked.
The app doesn't handle the resulting error properly, causing it to crash instead of gracefully failing or prompting the user to reconnect.
Expected Behavior (as you described)
When the wallet is locked, the app should:
Detect that the wallet is disconnected or locked.
Automatically show a “Connect Wallet” button.
Not crash the UI.
Suggested Fix
To solve this in the Aave frontend, developers should:
Describe the bug
UI crashes with: Application error: a client-side exception has occurred (see the browser console for more information) after locking the connected extension (MetaMask, Rabby, Ambire...) while the supply token modal is opened
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The extension should get disconnected after locking the extension, and in the AAVE app, there should be a 'Connect Wallet' button to reconnect
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: