Tags weren't loading in the app today, resulting in no products being shown on launch.
GET /tags/featured was returning 200 with an empty array. After further investigation, it was determined that this was caused by the fact that the featured tags that had display_morning, display_afternoon, etc. set were no longer set, resulting in no tags being returned to the client.
Investigate what caused these flags to be deleted so that we don't run into this issue again.
Tags weren't loading in the app today, resulting in no products being shown on launch.
GET /tags/featured
was returning200
with an empty array. After further investigation, it was determined that this was caused by the fact that the featured tags that haddisplay_morning
,display_afternoon
, etc. set were no longer set, resulting in no tags being returned to the client.Investigate what caused these flags to be deleted so that we don't run into this issue again.