3box-comments-react icon indicating copy to clipboard operation
3box-comments-react copied to clipboard

Trouble updating to latest version

Open kadenzipfel opened this issue 5 years ago • 4 comments

I've been stuck for quite a while trying to update from v0.0.8 to v3.0.5. The general behaviour I receive is the number of comments loading, but the comments themselves failing to load and comment submission hangs forever.

After trying to submit a comment I receive the following error in the console: Uncaught (in promise) TypeError: Cannot read property 'hash' of undefined. Additionally, I've also received the following error on load: InitalizationError: Must provide a location for the database

I am running [email protected], and I've tried clearing all dependencies and reinstalling them to no avail.

For more info, and code, please see: https://github.com/protofire/omen-exchange/pull/1064

kadenzipfel avatar Aug 26 '20 22:08 kadenzipfel

Thanks for opening this issue. It might be related to the latest 3box version being used here. We will have a look at this shortly.

oed avatar Aug 27 '20 06:08 oed

@KadenZipfel in what browser did you see the 'InitalizationError: Must provide a location for the database' error?

zachferland avatar Sep 08 '20 19:09 zachferland

@KadenZipfel in what browser did you see the 'InitalizationError: Must provide a location for the database' error?

Chrome Version 85.0.4183.83

kadenzipfel avatar Sep 08 '20 20:09 kadenzipfel

@KadenZipfel havent been able to pinpoint, but seems to be some versioning issues/match with some sub dependencies, trying 'npm i [email protected]' may help resolve it, also [email protected] is available now

we will still try to get a fix in 3boxjs soon as well, but havent been able to replicate

zachferland avatar Sep 16 '20 00:09 zachferland