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
However, two different windows don't sync on each other, I guess they fail to create a keypair?
Uncaught TypeError: Cannot read property 'generateKey' of undefined
at Object.exports.generateKey (rsa-browser.js:10)
at Object.generateKeyPair (rsa-class.js:112)
at Object.exports.generateKeyPair (index.js:33)
at waterfall (index.js:137)
at nextTask (waterfall.js:16)
at exports.default (waterfall.js:26)
at Function.exports.create (index.js:136)
at waterfall (init.js:52)
at nextTask (waterfall.js:16)
at next (waterfall.js:23)
The text was updated successfully, but these errors were encountered:
I am self-hosting peerpad on http://nicola.io/peerpad
However, two different windows don't sync on each other, I guess they fail to create a keypair?
The text was updated successfully, but these errors were encountered: