peer-base
peer-base copied to clipboard
pinner: Error: CRDT type should be string
Currently, our deployed pinner showed the following error:
2018-12-03T15:38:21.190122+00:00 app[web.1]: Error: CRDT type should be string
2018-12-03T15:38:21.190135+00:00 app[web.1]: at module.exports (/app/src/collaboration/crdt.js:7:11)
2018-12-03T15:38:21.190137+00:00 app[web.1]: at new Collaboration (/app/src/collaboration/index.js:68:18)
2018-12-03T15:38:21.190139+00:00 app[web.1]: at Collaboration.sub (/app/src/collaboration/index.js:152:16)
2018-12-03T15:38:21.190140+00:00 app[web.1]: at EventEmitter.shared.apply (/app/src/collaboration/shared.js:118:28)
2018-12-03T15:38:21.190142+00:00 app[web.1]: at queue.add (/app/src/collaboration/pull-protocol.js:80:36)
2018-12-03T15:38:21.190144+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:68:7)