This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Pubsub does not work when using the distribution minified version #1136
Closed
Description
- Version: 0.27.1
- Platform: Chrome 62.0, Firefox 57.0.1, Safari 11.0.2
- Subsystem: Pubsub
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.
Metadata
Metadata
Assignees
Labels
No labels