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 checked there isn't already an issue for the bug I encountered.
Describe the bug
when i connected injected provider like metamask and close entire browser pages and open again, the status shows 'connected', however when i try to interact with connector like sending transaction, throws connector.getChainId is not a function error.
in older versions of wagmi/vue(0.0.24) the connection status is not connected in same case, that way user need to interact connector to authroize again.
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
when i connected injected provider like metamask and close entire browser pages and open again, the status shows 'connected', however when i try to interact with connector like sending transaction, throws
connector.getChainId is not a function
error.in older versions of wagmi/vue(0.0.24) the connection status is not
connected
in same case, that way user need to interact connector to authroize again.Screen.Recording.2024-07-17.at.20.25.26.mov
Link to Minimal Reproducible Example
https://wagmivue-bug.pages.dev/
Steps To Reproduce
connector.getChainId is not a function
source code: https://github.com/yulafezmesi/wagmivue-bug
What Wagmi package(s) are you using?
@wagmi/vue
Wagmi Package(s) Version(s)
@wagmi/vue@0.0.29
Viem Version
2.17.4
TypeScript Version
5.5.3
Anything else?
No response
The text was updated successfully, but these errors were encountered: