Composer Rest Server 启动后浏览器连接超时

Connection times out in browser after Composer Rest Server starts

我正在根据文档尝试设置和开发 Hyperledger Composer https://hyperledger.github.io/composer/latest/tutorials/developer-tutorial.html

我已经在 3500 端口启动了 composer rest 服务器

服务器启动,网络服务器侦听 http://localhost:3500

http://localhost:3500/explorer

休息api

但是,当我尝试在浏览器中访问此 link 时,它超时了。 Firefox 和 Chrome 表示连接超时

卡在这里。感谢帮助

找到解决方案。我没有为网络使用 Hlfv1 连接配置文件。 切换到 hlfv1 配置文件并且有效。