Walletconnect

moralis connect walletconnect TypeError:無法讀取未定義的屬性(讀取“importKey”)

  • February 22, 2022

伙計,我使用moralis外掛連接錢包。

但發現錯誤 TypeError: Cannot read properties of undefined (reading ‘importKey’)。

我不知道為什麼。我按照文件中的範例進行操作。

這是我的程式碼。

import Moralis from 'moralis';
        async loginWalletConnect() {
           
           const account = await Moralis.authenticate({provider: 'walletconnect', chainId: 56});
           const userWeb3 = await Moralis.enableWeb3({provider: 'walletconnect', chainId: 56});
           
       },

點擊登錄 walletconnect 時會生成二維碼,但在控制台中顯示錯誤 TypeError: Cannot read properties of undefined (reading ‘importKey’)。並且無法連接。

對於我的回答,來自 url 地址的問題。在我本地設置的虛擬主機 blockee.test 中,所以我嘗試了很多次我在 http://localhost 找到了答案

我的答案是使用者 http://localhost 或 localhost:$$ port $$測試walletconnectcoinbase時

引用自:https://ethereum.stackexchange.com/questions/121021