Hyperledger Composer :error Authenticating to the REST server

前端 未结 2 932
终归单人心
终归单人心 2021-01-15 02:39

I have been following this Hyperledger Composer tutorial here and when I try to authenticate to the rest server via http://localhost:3000/auth/github I am not being redirec

2条回答
  •  天涯浪人
    2021-01-15 03:06

    Check if your github account is private. I created a new github account, and it works. Also use the latest command:

    composer-rest-server -p hlfv1 -n my-network -i admin -s adminpw -a true

    instead of the -S one

    Good luck!

提交回复
热议问题