All Questions
Tagged with nextjs walletconnect
3 questions
0
votes
0
answers
36
views
MetaMask eth_requestAccounts not retrieving wallet address after signing in
I’m integrating MetaMask into my Next.js app with wagmi, and I’m encountering an issue where after connecting to MetaMask, the wallet address isn’t retrieved immediately. The app asks for signing via ...
1
vote
0
answers
268
views
EthereumProvider from @walletconnect/ethereum-provider not seeing my Infura project
I'm having trouble with getting EthereumProvider to connect via the Infura API key. I use it in my connection logic like this:
const provider = await EthereumProvider.init({
...
2
votes
2
answers
2k
views
Wagmi "useAccount" connector is undefined after refreshing page using next.js
I am using WAGMI and the Rainbowkit connector for my Dapp. After deploying it on production, I have encountered a strange problem. Sometimes, after refreshing the page or opening it in a new tab, the &...