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
Badges do not show up for users whom have a reference to a badge that cannot be found.
eg: user @brian has a badge object of 6543e659026d707dafd1e56c, but the backend call to http://127.0.0.1:5000/badges/6543e659026d707dafd1e56c shows that it cannot be found.
This is because we've previously deleted the badge, but the update to the user document wasnt made.
Root Cause: Deletion of the user badges are not propogated through to users, posts
The text was updated successfully, but these errors were encountered:
bchewy
changed the title
Leaderboard friend badges are not showing up
Leaderboard friend badges are not showing up - Deletion of badge not proper
Nov 8, 2023
bchewy
changed the title
Leaderboard friend badges are not showing up - Deletion of badge not proper
Deletion of badges not done correctly, IDs not deleted in users, and posts collections.
Nov 8, 2023
Badges do not show up for users whom have a reference to a badge that cannot be found.
eg: user @brian has a badge object of
6543e659026d707dafd1e56c
, but the backend call tohttp://127.0.0.1:5000/badges/6543e659026d707dafd1e56c
shows that it cannot be found.This is because we've previously deleted the badge, but the update to the user document wasnt made.
The text was updated successfully, but these errors were encountered: