Up-vote or down-vote any question and try to load the same question again, it fails!
And even after clicking Retry, it's not getting loaded any how.
App version: 0.1.9
Up-vote or down-vote any question and try to load the same question again, it fails!
And even after clicking Retry, it's not getting loaded any how.
App version: 0.1.9
This was a bug in our API. After actions like voting, we have to ensure that the next API response doesn't come from the cache, so we have the correct score in the response. This cache breaking accidentally caused the response "this question doen't exist" instead of "this question doesn't exist in cache."
Fixed now.