eth_requestAccounts query returns nothing and shows no error

  • If you open chrome devtools beforehand, there is no error.
  • The same problem is observed with TronLink wallet, which like MetaMask inserts its functions into window object.

Therefore, the error is most likely in the interaction with the window object.

Hello @RubicEX , what version of Chrome and @metamask/detect-provider are you using?
And I wonder what output the ethereum.isConnected() method gives?

4 Likes

Hello @snwlprd.eth

  1. 109.0.5414.87
  2. we don’t use any additional libraries, we take window.ethereum directly
  3. output the ethereum.isConnected() method gives: true


2 Likes

@RubicEX you may create your issue in the official github repository:

3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.