You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
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.