-
Notifications
You must be signed in to change notification settings - Fork 64
Error: There is already a transport with this key #110
Comments
Ty, I'll try to reproduce this today! |
Hi @oed , I tried to rollback to the version 1.0.0-beta-7 and the platform runs correctly. Error is only happening on version beta-8 and beta-9. |
This error has also been reported separately on our discord. |
This error is coming from ipfs, libp2p in particular. Still haven't been able to figure out why it happens, but it seems like it's only happening for some people when building their react projects. The dist builds provided by 3box-js are not affected by this. So while we try to figure out a solution for this problem you can use this workaround: copy the 3box dist file to your
edit your <script src="./3box.js" type="text/javascript"></script> Now the Depending on your config you might need to add the following in the js files that use the /*global ThreeBox*/ |
This error seems to be an issue with react-scripts not supporting ES6 (which ipfs uses). See this comment for how to address it: #134 (comment) |
@joaoaguiam when you get around to, can you try out this solution and see if it works: 3box/3box-dapp#238 (comment) |
I believe this error is no longer around. Please repopen if you see it surfacing again :) |
Describe the bug
When opening the box the following error occurs: "Error: There is already a transport with this key"
To Reproduce
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: