Joel Thorstensson

Results 291 comments of Joel Thorstensson

Seems like what @chadoh is experiencing might be a bit of a different issue. Or what do you mean by "unlock a box" exactly? Sounds like it has something to...

Thanks for reporting! The reason this happens I think is because the connection to our ipfs node needs to happen over https for security issues. Maybe there is some setting...

This might be because the space DID is not replicated on the pinning-node yet. Are you opening the thread with the current user as the `firstModerator`? Can you share the...

As a workaround I would recommend doing this instead: ```js const space = await box.openSpace(followingSpaceName); const opts = { firstModerator: space.DID, }; const wallThread = await space.joinThread(myProfileWall, opts); const wallPosts...

I'm currently unable to replicate this.

@pakokrew Currently 3Box requires localstorage and IndexedDB in order to store local state. Unfortunately there is no easy way around this. > brave browser on cross-domain embedded sites What does...

Thanks @pakokrew That's a good idea to throw an error if that's the case! Will put this in our backlog. Do you know why brave disables localstorage in iframes? Is...

Hey @pakokrew, an update: We are tracking improvements to this here #772 Until that is implemented I suggest you can manually check if localstorage is available before you call `openBox`.

Hey @jehunter5811 thanks for reporting! Can you provide some more information? In particular I'm wondering what wallet your are using. Is this using MetaMask in firefox or something different?

@jehunter5811 it shouldn't be a problem as long as it conforms to the standard ethereum rpc-provider api. It could have something to do with permissions in the private tab and...