openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Unblock / re-apply dependency updates #253

Closed jayaddison closed 2 months ago

jayaddison commented 2 months ago

Describe the bug The service suffered a prolonged outage recently (2024-08-10 to 2024-08-12), and during recovery from that outage, a non-functioning version of this application was deployed.

Ideally we would have simply rolled back to a previous version; however, due to a loss of container images during a parallel, opportunistic maintenance upgrade, those images were not available.

Building from a previous known-good commit (upgrading to use yarn v4, #250) continued to produce a non-functional output, and so to restore service, we've rolled back one step further.

This means that we have dropped some legitimate dependency updates. We want to restore those, and then to redeploy an updated version of the application.

To Reproduce N/A

Expected behavior

Screenshots N/A