-
Notifications
You must be signed in to change notification settings - Fork 1.2k
browser-create-react-app example doesn't work with js-ipfs #1924
Comments
Looks like you're using IPFS Companion - was companion connected to the JS IPFS node when you tried this? Companion shouldn't be injecting |
@alanshaw, I just realized it happened because IPFS companion was there but not connected to the js-ipfs node. If I remove the chrome extension, it works fine. IPFS companion was probably injecting its own |
@alanshaw I am afraid that in Chrome I hope this behavior will go away with ipfs/ipfs-companion#589 - after move to async API and removal of Question: should we prioritize this and remove it earlier? I believe it should be fairly safe (In Chrome |
Ah yes I remember now! |
I do not understand this problem .. and solution.. I was working on windows ..ad i could add the files and view them somehow.. but as i am in ubuntu now --and I see that ..
but
and also i am not able to run this example repo.. browser-create-react-app and In windows .. i could do everything without starting daemon .. So, Please help me understand the issue. and solution .. |
@kuabhish I don't believe problems you experience are related to this issue. Please create new issue and provide more details about your setup and what you want to accomplish. |
js-ipfs version: 0.35.0-rc.0
Windows 10 64-bit
Google Chrome Version 73.0.3683.75
Type: bug
Severity: Low
Description:
I tried to run the example implementation from examples/browser-create-react-app.
It only works correctly when go-ipfs daemon is running. Here's a preview when go-ipfs node is running in the computer.
But when I run js-ipfs instead of go-ipfs, it fails:
Steps to reproduce the error:
Step 1: run the js-ipfs daemon
Step 2: cd into examples/create-react-app and run
npm install && npm start
The text was updated successfully, but these errors were encountered: