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
Issue: the connect button will sometimes incorrectly show the application to have successfully connected to the snap. This occurs if there is an error during snap installation and may occur in other cases.
Fix: improve logic by explicitly checking for errors in return object, and verify that snap was successfully installed by calling wallet_getSnaps() and parsing list of installed snaps.
The text was updated successfully, but these errors were encountered:
Issue: the connect button will sometimes incorrectly show the application to have successfully connected to the snap. This occurs if there is an error during snap installation and may occur in other cases.
Fix: improve logic by explicitly checking for errors in return object, and verify that snap was successfully installed by calling
wallet_getSnaps()
and parsing list of installed snaps.The text was updated successfully, but these errors were encountered: