Hi, @rubys !! I am deploying Rails to Fly.io. I have retrieved the stored image using ActiveStorage and created a download link using rails_blob_url for the blob data in the rails controller. def show image_url = rails_blob_url(@photo.image) if @photo.image.attached? croppe…