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
I caught this while testing all the scenarii.
When you click on connect for pjs-extension for instance, but the user rejects the auth request, the whole dot-connect modal crashes/disappears and unhandled exception is fired.
Instead, it'd be great to catch the error, show it in the console, and show the "connect" button again.
The text was updated successfully, but these errors were encountered:
@Tbaut thanks for reporting the issue. I've tried to reproduce this and was unable to get the modal to crash. Can you share a reproduction link if possible?
My bad, it's not crashing when run live, it's only my test instance that is stopping abruptly, because of an uncaught error.
As for the reproduction of the uncaught error, in case this is helpful, it's happening on https://delegit.xyz for instance, when you click on "connect" for Polkadot-js, but then "reject" the connection on the popup.
I caught this while testing all the scenarii.
When you click on connect for pjs-extension for instance, but the user rejects the auth request,
the whole dot-connect modal crashes/disappearsand unhandled exception is fired.Instead, it'd be great to catch the error, show it in the console, and show the "connect" button again.
The text was updated successfully, but these errors were encountered: