-
Notifications
You must be signed in to change notification settings - Fork 505
MiniKit reconnect fails after disconnect in Base App #2596
Copy link
Copy link
Closed
Description
Problem
After disconnecting in Base App, MiniKit often cannot reconnect. The Connect button does nothing, leaving the app stuck disconnected.
Expected
Reconnect should work after a disconnect in Base App.
Actual
Connect button does nothing (no modal, no reconnect).
Repro
- Open mini app in Base App.
- Connect wallet.
- Disconnect wallet (UI or Base App).
- Tap Connect again.
Notes
- Works in browser and in Rabby.
- AutoConnect appears to run only once and does not retry after disconnect.
- ConnectWallet uses connectors[0], which may not be Farcaster MiniApp connector after disconnect.
Suggestion
- Allow auto-connect to re-run after disconnect in MiniKit context.
- Prefer Farcaster MiniApp connector when inside MiniKit.
- Provide clearer error/state when connect fails.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels