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

Log in via Metamask - 404-page in WalletConnect in Metemask-browser #50

Open
aeroluxx opened this issue May 21, 2022 · 5 comments
Open

Comments

@aeroluxx
Copy link

The App is built without problems
But when I try to log in via Metamask, i see WalletConnect in Metemask-browser and 404-page

This question has already been asked
https://forum.moralis.io/t/ethereum-react-native-boilerplate-questions/4511/10

screenrec.2022-05-21.00.20.54.mov
@Shehryar2
Copy link

same problem facing right now

@gHashTag
Copy link

yes same problem

@rohanmaity123
Copy link

i am facing Same problem . Are you guys have any Soliution ?

@gHashTag
Copy link

gHashTag commented Jun 1, 2022

Does anybody yeah home?

@alexnguyennz
Copy link

alexnguyennz commented Jun 6, 2022

1. To fix the WalletConnect 404 page issue

frontend\WalletConnect\providers\WalletConnectProvider.tsx at line 65:

change

Linking.openURL('https://walletconnect.org/wallets');

to

Linking.openURL('https://walletconnect.com/registry?type=wallet');

2. To fix the MetaMask app connection not working (workaround for now)

frontend\WalletConnect\providers\WalletConnectProvider.tsx - comment out lines 63 - 67

/* if (!canOpenURL) {
  // Redirect the user to download a wallet.
  Linking.openURL('https://walletconnect.com/registry?type=wallet');
  throw new Error('No wallets found.');
} */

You should be able to connect normally after this. If you have further issues after this, can you please post in this thread: https://forum.moralis.io/t/ethereum-react-native-boilerplate-questions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants