url_for image with variant cant work on heroku
Depending on how old your app is / when you scaffolded it from JSP this may be a Vips issue — Rails 7 now uses Vips by default for Active Storage image processing (like generating variants), which it does at time-of-variant-request, not time of upload (though they're cached after that point). I haven't done it myself yet but you may need to add a build pack (like this one https://elements.heroku.com/buildpacks/brandoncc/heroku-buildpack-vips) to add Vips to your dynos.
Chris Oliver
— that may actually be worth adding to the
app.json
buildpack declarations.Notifications
You’re not receiving notifications from this thread.