Can't view poller list when activity poller list is null
just-at-uber opened this issue · 1 comments
just-at-uber commented
When digging into the issue, the API is returning:
Cannot read property 'reduce' of null
This is due to either the activity list is null or the decision list is null.
Fix would be to make sure if they are null to return an empty array to allow the reduce command to work.
just-at-uber commented
Fixed as of 3.13.0 - https://github.com/uber/cadence-web/releases/tag/v3.13.0