Cannot download RPi4 balenaOS image from balena.io/os

I am trying to download the balenaOS image for Raspberry 4 from balenaOS - Run Docker containers on embedded IoT devices to use with openBalena, but I get “Server Error”

The link is the following https://api.balena-cloud.com/download?deviceType=raspberrypi4-64&version=2.88.5+rev1.prod&fileType=.zip&d_id=1e34dccb-26ac-4e3f-bdf5-48cf6e8f7aecR

Thanks!

Hi there, we’re looking in to why the link is broken at the moment, thanks for letting us know. Recently we merged the separate development/production image types into a single type that can be configured to be either prod/dev through the images config.json. This error is likely a result of the site not being updated to take this into account. We’re looking in to fixing it now.

In the meantime you could try downloading the image through the CLI: balena CLI Documentation - Balena Documentation
Alternatively, you could remove the .prod from the url, and that should also work.
Thanks!

Many thanks!