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

Nothing happened After clicking and redirecting MetaMask #165

Open
defchen opened this issue Feb 21, 2024 · 7 comments
Open

Nothing happened After clicking and redirecting MetaMask #165

defchen opened this issue Feb 21, 2024 · 7 comments
Assignees
Labels
bug Something isn't working metamask

Comments

@defchen
Copy link

defchen commented Feb 21, 2024

Describe the bug
It's an issue about MetaMask doesn't work, including no popup Connecting interface or anything else after clicking and redirecting MetaMask app. (iOS 16.1. did not test in Android yet, but there is an another discussion about this problem in Android)

To Reproduce
Steps:
Use the sample demo to build the app and run on iPhone.

  1. choose MetaMask
  2. Unity app will redirect and launch MetaMask app successfully.
  3. Nothing happened after MetaMask launched, no popup showed, no tips in MetaMask even after several minutes(It should show me the popup to confirm to connect, but not)
  4. If I return the Unity app, the WC waiting for connection UI closes immediately, as if it were shut down. And stayed in network list UI.

Environment

  • OS: [iOS 16.1]
  • Unity version [2021.3.29f1c1]
  • Package name and version [latest]

Wallets used for testing
Metamask iOS

Additional context
Thanks for investigating. Anything If needs, contact me at anytime.

@skibitsky skibitsky self-assigned this Feb 21, 2024
@skibitsky skibitsky added the bug Something isn't working label Feb 21, 2024
@skibitsky
Copy link
Member

Hey @defchen,

Thanks for opening the issue! Does the error persist after changing relay url to relay.walletconnect.org?

@defchen
Copy link
Author

defchen commented Feb 23, 2024

This issue still persists after changing relay uri while other wallets are working well

@defchen
Copy link
Author

defchen commented Feb 27, 2024

I test the web3modal.com, open it in safari or any other browser on mobile, MetaMask is also broken. I think it's a common problem in v3/v4.
But v2 version works well.

@skibitsky
Copy link
Member

I think it's a common problem in v3/v4.

Are you referencing to the version of Web3Modal?

@skibitsky
Copy link
Member

@defchen, could you check if any of these fields in the WalletConnectProjectConfig scriptable asset are empty?

  • Id
  • Name
  • Description
  • Url
  • Icon (at least one item should be present)

@defchen
Copy link
Author

defchen commented Feb 27, 2024

I think it's a common problem in v3/v4.

Are you referencing to the version of Web3Modal?

I'm referencing to the version of www.web3modal.com, the official online showcase. This web version is also broken with MetaMask. Not only the unity version.

@defchen
Copy link
Author

defchen commented Feb 27, 2024

@defchen, could you check if any of these fields in the WalletConnectProjectConfig scriptable asset are empty?

  • Id
  • Name
  • Description
  • Url
  • Icon (at least one item should be present)

Id: not empty 60de9604fdb9bdc7931c....
Name : not empty
Description: empty
Url: empty
Icon: empty

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

No branches or pull requests

2 participants