You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▾GotShowStreamMsg EventsFetched …
▾0 = Err BadBody …
0 = "Problem with the value at json.data[0].attributes.metadata:\n\n {}\n\nExpecting an OBJECT with a field named `timestamp`"
Consider following scenario:
broken events JSON from backend (i.e. missing
timestamp
key in metadata, i.e. due to misconfiguredEvent
class like Ruby Event Store Browser not loading events because of nil error #762)event decoder expecting timestamp to be present and generating
Err
on lack of ithandling of
Err
inupdate
view on initial data being optimistic
We end up with empty page suggesting no items like no error ever happened. Backend logs show to clue either -- all is good there.
The text was updated successfully, but these errors were encountered: