This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Description
orbit-db: 0.28.4
orbit-db-store: 4.3.3
TypeError: Cannot read properties of null (reading 'length')
at Replicator.onReplicationProgress (...\orbit-db-store\src\Store.js:98:25)
at onProgressCallback (...\orbit-db-store\src\Replicator.js:147:14)
Here is the demo https://github.com/siepra/closeorbitdb
Also I tried enhancing the if statement in Store.js:98 with if (this._oplog && but going further results in different error (also reachable in the sample repo I posted above)