This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pubsub does not work when using the distribution minified version #1136
Comments
Released 0.27.2, could you try again? (Make sure to do an ipfs.version, sometimes unpkg takes time to update) |
@pgte this should not be an issue anymore now that aegir has been fixed. Closing, please reopen if issue still persists |
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this issue
May 22, 2020
* fix(package): update multiaddr to version 7.2.0 * fix: tests
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this issue
May 22, 2020
This was referenced Mar 21, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type:
Bug
Severity:
High
Description:
Pubsub does not work when using the IPFS minified distribution file.
Steps to reproduce the error:
Checkout p2p-flipchart, install, and replace the file in
public/ipfs.bundle.js
with the latest minified version of IPFS.Start the server with
npm start
. The Flipchart app does not sync. Debugging the Y.js IPFS connector, no messages are exchanged, the peers are not able to join.Fix this by replacing the
public/ipfs.bundle.js
with the non-minified distribution bundle.The text was updated successfully, but these errors were encountered: