Log in via Metamask - 404-page in WalletConnect in Metemask-browser
aeroluxx opened this issue · 5 comments
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
same problem facing right now
yes same problem
i am facing Same problem . Are you guys have any Soliution ?
Does anybody yeah home?
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/