Microscope 搭建好之后页面控制台提示 Uncaught TypeError: web3_eth_abi_1.AbiCoder is not a constructor

问题:Microscope 搭建好之后页面控制台提示 Uncaught TypeError: web3_eth_abi_1.AbiCoder is not a constructor,页面加载不出来,如下图

环境:
node版本:v14.2.0
yarn版本:1.22.4

下载地址:git clone https://github.com/cryptape/microscope-v2/

使用release版本可以正常进入,但是类似
https://testnet.citahub.com/api/transactions?account=&from=&page=1&perPage=10&to=
这种接口无法访问

cc @travis_joe 看下

是 master 分支吗?

git clone https://github.com/cryptape/microscope-v2/

直接使用这个命令clone下来的,就开始安装了,安装之后就出现Uncaught TypeError: web3_eth_abi_1.AbiCoder is not a constructor

后来切换成release版本是可以启动,但是选择默认的测试链查看效果https://testnet.citahub.com/api/transactions?account=&from=&page=1&perPage=10&to=
访问失败,看浏览器控制台错误信息,应该是跨域的问题

感谢反馈, 已在master修复