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 has been archived by the owner on Aug 9, 2021. It is now read-only.
Try to login to a Box or a Space and open the browser console. You will not be able to login, and you will see the error.
Try remove crisp and there will be no error, and everything will work as it is supposed to.
Expected behavior
3box should be unaffected by adding 3rd party additions such as crisp. (there must be some kind of side effect in crisp that causes the problem?)
Tested on Firefox & chrome Ubuntu 19.04.
Additional context
This isn't an issue with 3box but rather some internal dependencies of orbit-db and ultimately it calls: https://www.npmjs.com/package/is-circular and that returns false and throws the error.
I know this isn't probably a bug directly in 3box, but this is where the impact is. I hope someone in the team can bubble the issue up to where it can be fixed and that fix can be used downstream in 3box.
The text was updated successfully, but these errors were encountered:
Looks like is-circular is a dependency for some things that js-ipfs uses. I think you're right about crisp having some sort of side effect. Any insight into what it could be doing would be helpful!
Thanks for taking a look! Unfortunately I don't have any more insight. :(
I'm integrating 3box into v2 of https://wildcards.world , so hopefully we can find a solution before we want to launch (or I'll need to find another chat client).
Doesn't seem like it is opensource :/ They have lots of code, but none of them seem to be the frontend integration: https://github.com/crisp-im
We will hopefully launch v2 in about a month. It is a pretty big redo, we replacing drizzle+truffle with thegraph.com and adding 3box and a few new features mostly enabled by thegraph.
Describe the bug
3box throws this error when running
Box.openBox
orBox.openSpace
on a website that has the crisp client installed.The exact error message that appears if crisp is used on the website is:
To Reproduce
Steps to reproduce the behavior:
index.html
:npm start
)Expected behavior
3box should be unaffected by adding 3rd party additions such as crisp. (there must be some kind of side effect in crisp that causes the problem?)
Tested on Firefox & chrome Ubuntu 19.04.
Additional context
This isn't an issue with 3box but rather some internal dependencies of orbit-db and ultimately it calls: https://www.npmjs.com/package/is-circular and that returns false and throws the error.
I know this isn't probably a bug directly in 3box, but this is where the impact is. I hope someone in the team can bubble the issue up to where it can be fixed and that fix can be used downstream in 3box.
The text was updated successfully, but these errors were encountered: