Saurabh C

Results 10 comments of Saurabh C

> Yup , get same error: > > ``` > [7] external "babel-runtime/core-js/json/stringify" 42 bytes {0} [not cacheable] > { UnrecognizedClientException: The security token included in the request is invalid....

@muralisrini Thanks for the quick reply. I actually did membersrvc already but it's not ending the execution. It is stuck at : TLSCA Started [Snap attached]. What to do now?...

@muralisrini Got another error while compiling the example02. The command is : $ `CORE_CHAINCODE_ID_NAME=mycc CORE_PEER_ADDRESS=0.0.0.0:7051 ./chaincode_example02` Do I need to configure my Peer address by any chance? Sorry I'm new...

I'm referring to the [Online Article](http://hyperledger-fabric.readthedocs.io/en/latest/Setup/Chaincode-setup/#running-the-chaincode) as it looks clearer. I wasn't aware that it isn't updated. But even after setting CORE_PER_ADDRESS=127.0.0.30303 , I'm getting the same error. I tried...

Yeah sure. Hey, I think I got what was going wrong.. Not doing the `peer node start --peer-chaincodedev` in a separate bash before doing the ./chaincode_example02 Does the status look...

I followed accordingly, and I changed the Security settings to 'false' I know I'm close, but when trying to **Rest Request** ``` POST localhost:30303/registrar { "enrollId": "jim", "enrollSecret": "6avZQLwcUe9b" }...

Thanks, I did that. Getting the expected response. But I'm getting an update only while Query. The response is : `Query Response : {"Name":"a","Amount":"80"}` But there is no Update while...

I don't know why Docker is getting involved in there. You need the files right. These are the Steps that I took, and everything went fine : 1. Go into...

> Hello > > I didn't find any solution. My backend implementation works (tested with Postman and browser) I tried many workarounds to fix the issue but no success. Due...