Open vis1onn opened 3 hours ago
here is a more detailed description of case number 3
const script = document.createElement("script"); script.src = 'esm script to connect wallet'; document.body.appendChild(script);
import { createAppKit } from '@reown/appkit'; import { EthersAdapter } from '@reown/appkit-adapter-ethers'; import { mainnet, zkSync, } from '@reown/appkit/networks'; const modal = createAppKit({...}) modal.open()
@rtomas hey! I appreciated your help when you worked at web3auth I would appreciate some help here
Link to minimal reproducible example
https://codesandbox.io/p/sandbox/cranky-sara-m9n7qz?workspaceId=a5758ebb-9135-49f0-b708-70855cec901f
Summary
At the moment, there are three conditions in which I cannot connect to Metamask, since the modal window shows that the wallet is not installed
Problem number 3 will be quite difficult to reproduce, but perhaps it is all somehow connected. And unfortunately I can't show my code so that you can study it
The problem is very critical and I hope it will be solved as soon as possible.
List of related npm package versions
tested on all latest versions, nothing works
"@reown/appkit": "^1.4.0", "@reown/appkit-adapter-ethers": "^1.4.0",