简体   繁体   中英

Metamask mobile app in iOS Simulator error:s PollingBlockTracker

This question is specific to setting up the open source metamask-mobile project.

I am trying to set up the repository locally in order to debug an issue in my dapp. After running yarn watch and yarn start:ios , the simulator launches. After I open the Metamask app and open the browser, I see a PollingBlockTracker error. I have added my infura api key to.js.env file with my infura API key:

export MM_INFURA_PROJECT_ID="<my-api-key>

Error:

在此处输入图像描述

What am I doing wrong?

Though this will not solve the actual problem, terminating yarn watch may at least keep the error from blocking your screen all the time.

If what you are trying to do does not depend on whatever that error is related to, you might still be able to accomplish what you wanted despite the error, then.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM