You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After enrolling a user in the rest API:
Post:http://localhost:7050/registrar {"enrollId":"test_user0","enrollSecret" :"MS9qrN8hFjlE"}
Response: { "OK": "Login successful for user 'test_user0'."}
I am then unable to create a new thing via invoke/rest
POST:http://localhost:7050/chaincode
After enrolling a user in the rest API:
Post:http://localhost:7050/registrar
{"enrollId":"test_user0","enrollSecret" :"MS9qrN8hFjlE"}
Response:
{ "OK": "Login successful for user 'test_user0'."}
I am then unable to create a new thing via invoke/rest
POST:http://localhost:7050/chaincode
Response:
The text was updated successfully, but these errors were encountered: