Trouble updating to latest version
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
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.
@KadenZipfel in what browser did you see the 'InitalizationError: Must provide a location for the database' error?
@KadenZipfel in what browser did you see the 'InitalizationError: Must provide a location for the database' error?
Chrome Version 85.0.4183.83
@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