neighbour-hoods / nh-launcher

Creating a group coherence with holochain apps
Other
4 stars 3 forks source link

Research current unhandled errors in the dashboard #91

Open adaburrows opened 1 year ago

adaburrows commented 1 year ago

We need to understand the scope of our lack of error handling so we can provide these scenarios to the UX team so that they can design a consistent way to raise errors in the UX.

If you know of a particular case where the errors are not handled, please leave a comment below so we can collate these into the UX ticket.

pospi commented 11 months ago

The listeners for the Profiles store were causing inconsistent behaviour when creating a new profile, resulting in the screen getting stuck under certain conditions (incomplete sourcechain commits would miss firing EntryCreated but still fire LinkCreated on retry). Fixed this with upstream zome API updates in 0875480.

nick-stebbings commented 10 months ago

Not quite sure I did it but just found this unhandled error:

matrix-store.ts:727 Uncaught (in promise) Error: The number of we group cells and sensemaker cells is not equal, but they should be. at MatrixStore.fetchMatrix

I think this is after pressing "Leave Neighbourhood"

nick-stebbings commented 10 months ago

We should handle the case where a user tries to invite themself to a neighbourhood