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
Issue:
After upvoting a post tag (/posttag/add-vote) , the /posts endpoint does not return the updated tag score. The returned response reflects the previous score instead of the latest one.
Endpoint:
GET https://api.non.io/posts?sort=top&tag=all
Issue:
After upvoting a post tag (
/posttag/add-vote) , the/postsendpoint does not return the updated tag score. The returned response reflects the previous score instead of the latest one.