Hi,
I am new to ipfs and very interested it. I was currently playing around the official example at https://github.com/ipfs/js-ipfs/tree/master/examples/browser-browserify and I also started an ipfs daemon from terminal. I encountered below issue which I don’t think it’s right so I need help.
First, I add data to IPFS from the browser and then the example show the content’s CID is QmYb6NEo6CwAzCqY5UNMMUavvtDmBtgHY3QR65oP8JnKPP
Second, I use command line “ipfs cat QmYb6NEo6CwAzCqY5UNMMUavvtDmBtgHY3QR65oP8JnKPP” and the command executed forever.
From what I have learned from doc, it should return the content. Am I missing something? The example is using “ipfs”: “^0.50.1”,