Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web3Modal is empty when presented. #69

Open
mrktrace opened this issue Apr 22, 2024 · 2 comments
Open

Web3Modal is empty when presented. #69

mrktrace opened this issue Apr 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mrktrace
Copy link

mrktrace commented Apr 22, 2024

Device: iPhone 13 mini
iOS 17.4.1
Web3Modal package v1.3.1

The moment I invoke Web3Modal.present() after properly configure it, the modal seems to have lost connection with the Network and displays an "empty" list of wallets.
Even if I reopen the modal the problem persists, and in the All Wallets sheet we can see a Network Error toast.

This happens both on my app and on the Test app.

Any suggestions?

Thanks

@mrktrace mrktrace added the bug Something isn't working label Apr 22, 2024
@marctatham
Copy link

marctatham commented Apr 22, 2024

Seems like this was related to the issue:
Screenshot 2024-04-22 at 16 31 36

Feels like this is something the SDK should protect itself against in someway, in terms of impact on user journeys this is catastrophic (can't perform act of connecting the wallet) yet it's not possible for the consumer of the SDK to even log the fact that an error is occurring or inform the user that there is an temporary outage, try again later, etc.

Updating comment with the link to the incident now that it's apparently concluded:
https://status.walletconnect.com/incidents/btx0p36pywqd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@marctatham @mrktrace and others