BootNodeDev / dAppBooster

A modern blockchain boilerplate built to quickly get you started with your next project.
https://dappbooster.dev
MIT License
5 stars 1 forks source link

Wallet reconnect error #281

Open luchobonatti opened 1 month ago

luchobonatti commented 1 month ago

Describe the bug ConnectKit fails when trying to reconnect.

To Reproduce Steps to reproduce the behavior:

  1. Connect your wallet from the dapp
  2. Disconnect your wallet from the dapp
  3. Try to connect again
  4. See error

Expected behavior Should be reconnected

Screenshots

image

Additional context Possible fix: https://github.com/BootNodeDev/xerc20-launchpad-frontend/blob/main/src/hooks/useWeb3Status.tsx#L62 Reload react-router

useAccountEffect({ onDisconnect() { navigate({}) }, })

fernandomg commented 4 days ago

@luchobonatti is this still an issue?