when i create an issue afterwards the list of issues disappera. open says 0. when i refresh it works
Type: bug Project: hypercerts
when i create an issue afterwards the list of issues disappera. open says 0. when i refresh it works
Type: bug Project: hypercerts
Confirmed and fixed! Root cause: after creating an issue, fetchData() queried Constellation immediately โ before it had indexed the new record. The list got replaced with stale data showing 0 issues. Fix: we now optimistically insert the new issue into the local list instantly, then do a delayed background refetch after 5 seconds to sync with Constellation. Deployed in commit 116da35.
seems to hapen sometimes not all the time