You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an injected connector for Metamask. When I try to connect to the desktop browser, I get an error:
ProviderNotFoundError: Provider not found.
If I remove the Metamask target from the connector, I get a different error:
UserRejectedRequestError: User rejected the request. Details: wallet must has at least one account.
In both cases I don't see the Metamask window to connect
Link to Minimal Reproducible Example
No response
Steps To Reproduce
No response
What Wagmi package(s) are you using?
wagmi
Wagmi Package(s) Version(s)
2.14.11
Viem Version
2.23.2
TypeScript Version
5.7.3
Anything else?
No response
The text was updated successfully, but these errors were encountered:
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Wagmi version. If you have any questions or comments you can create a new discussion thread.
Check existing issues
Describe the bug
const metaMaskConnector = injected({ target: 'metaMask', shimDisconnect: true })
I have an injected connector for Metamask. When I try to connect to the desktop browser, I get an error:
ProviderNotFoundError: Provider not found.
If I remove the Metamask target from the connector, I get a different error:
UserRejectedRequestError: User rejected the request. Details: wallet must has at least one account.
In both cases I don't see the Metamask window to connect
Link to Minimal Reproducible Example
No response
Steps To Reproduce
No response
What Wagmi package(s) are you using?
wagmi
Wagmi Package(s) Version(s)
2.14.11
Viem Version
2.23.2
TypeScript Version
5.7.3
Anything else?
No response
The text was updated successfully, but these errors were encountered: