-
Hello! I am having issues connecting the MetaMask wallet in Firefox due to an issue on their side where my content security policy setup is preventing MetaMask from injecting its scripts. Due to this the ethereum object is not present on window so Metamask is not detected by ConnectKit. The bug is not fixed even though the issue has been open for years, but there is a way around this that you can see [here] where you can load the content of the blocked script directly in your app (MetaMask/metamask-extension#3133 (comment)). However when I try this I get the following, rather funny, state in ConnectKit because it detects an injected provider from what I can tell. Do you know what I can do in this situation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a very weird edge case.. these buttons are enabled/disabled based on wagmi's |
Beta Was this translation helpful? Give feedback.
This is a very weird edge case.. these buttons are enabled/disabled based on wagmi's
ready
state on their connectors so this topic might be better suited in their discussions as their library is what handles this sort of issues.