Composer-playground not working in firefox

2019-07-14 06:19发布

The composer playground web app doesn't work correctly in Firefox. It gives

Error: Object with ID 'undefined' in collection with ID 'chaincodes' does not exist

in Firefox, but it works perfectly in chrome. Any ideas?

2条回答
Bombasti
2楼-- · 2019-07-14 06:41

I was having this problem which I solved by using the following commands

  1. First stop the Fabrics and then composer by going to its development folder

    $cd fabric-dev-servers
    

    and then

    $ ./stopFabric.sh
    
    $ pkill composer-playground
    
  2. Remove the .composer folder

    $ rm -rf ~/.composer
    
  3. run the following command

    fabric-dev-servers/teardownFabric.sh

Afterwards re-run the ./startFabrics.sh and composer-playground commands, everything will work fine.

查看更多
对你真心纯属浪费
3楼-- · 2019-07-14 06:50

I've got the same problem locally, so the solution as suggested is to delete your cookies and browser storage. If you use this locally delete the cookies for localhost

查看更多
登录 后发表回答