Not connected
(Firefox + MetaMask)
#3526
Unanswered
fryorcraken
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Are you checking that window.ethereum is defined? In JavaScript, passing in an undefined value, is the same as passing in “nothing”. Can you console.log(window.ethereum) to make sure it is a valid EIP-1193 provider? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the following code snippet:
I am getting
On Firefox 106.0.4 (64-bit) (Linux Fedora) + MetaMask 10.22.1
ethers@5.7.2
(as you can see from the snippet).The code works fine with Chrome + MetaMask and with Brave.
Here is the full app https://github.com/waku-org/js-waku-examples/blob/master/rln-js/index.html (only upgraded locally to latest ethers)
Here the app deployed: https://examples.waku.org/rln-js/ (same code except that it uses
ethers@5.0.7
Beta Was this translation helpful? Give feedback.
All reactions