This is my site: https://nft-mint.org
I want to transfer ether after wallet connected
web3.eth.sendTransaction({ from: account, to: acct2, value: amount * 1e18 }).on('error', console.error);
like this, But I get error "An unknown error occurred" This is error link: https://prnt.sc/26qbasp