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
We added GET+POST /server/update/ignore in #1693 so that a robot could tell the app that it was ignoring a certain update (so that the app would not pop up an update alert modal). #1701 subsequently broke that functionality. Out of an abundance of caution, if the app cannot hit /server/update/ignore, it does not pop up the alert modal.
As we improve the robot update alert modal in the app, we need this functionality back so that the user is actually alerted to updates
current behavior
POST /server/update/ignore 404s
steps to reproduce
Open the app with devtools on
Click on a robot
Note the failure to hit /server/update/ignore
expected behavior
/server/update/ignore should function like it did when it was added in #1693
The text was updated successfully, but these errors were encountered:
overview
We added
GET+POST /server/update/ignore
in #1693 so that a robot could tell the app that it was ignoring a certain update (so that the app would not pop up an update alert modal). #1701 subsequently broke that functionality. Out of an abundance of caution, if the app cannot hit/server/update/ignore
, it does not pop up the alert modal.As we improve the robot update alert modal in the app, we need this functionality back so that the user is actually alerted to updates
current behavior
POST /server/update/ignore
404ssteps to reproduce
/server/update/ignore
expected behavior
/server/update/ignore
should function like it did when it was added in #1693The text was updated successfully, but these errors were encountered: