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
On chrome, with local storage nuked (i.e.empty local storage), I get the following error when visiting https://web3connect.com/
There are two problems here:
The error above
The fact that the error is not caught, and so the website simply logs it but does (and cannot easily) show an error message. (web3connecxt.com simply shows nothing at all). Trying to connect on https://alchemy-competition-xdai.herokuapp.com/ hangs on “fetching your wallets”, with the same error
The text was updated successfully, but these errors were encountered:
The new version of @burner-wallet/burner-connect-provider (0.1.1) should handle this issue (and #5), errors are handled gracefully and displayed to the user.
Ok, we get an error message from the burner wallet now, which is much better.
However, we may want to handle such errors ourselves. I.e. what happens now is:
open the web3 connct modal
try to connect to burner wallet
see the error message from the burner wallet (your browser does not support...)
close the dialog
web3connect throws an "unknown error"
alchemy shows this error to the user
I'd say that
(a) the error should be propagated anyway, i.e. after closing the burnerconnect error dialog, you should still throw a more specific error (which we can handle, maybe with instructions to fix if applicable)
(b) [optional] an option to not show the burnerwallet error dialog at all (bc we have our own notifications)
On chrome, with local storage nuked (i.e.empty local storage), I get the following error when visiting https://web3connect.com/
There are two problems here:
The text was updated successfully, but these errors were encountered: