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
I used Heroku for a Ruby on Rails project, and it used Imagemagick. Defining your buildpack in .buildpacks causing both convert and vips to not working properly, they like missing certain libraries.
And when I deploy, there is this message:
mkdir: cannot create directory `/tmp/build_4cc397ece100458644ba66d1b0f47dbc/.profile.d': File exists
Using release configuration from last framework ().
Only when I removed the buildpack from my .buildpacks, convert can work as intended.
The text was updated successfully, but these errors were encountered:
I used Heroku for a Ruby on Rails project, and it used Imagemagick. Defining your buildpack in .buildpacks causing both
convert
andvips
to not working properly, they like missing certain libraries.And when I deploy, there is this message:
mkdir: cannot create directory `/tmp/build_4cc397ece100458644ba66d1b0f47dbc/.profile.d': File exists
Using release configuration from last framework ().
Only when I removed the buildpack from my .buildpacks, convert can work as intended.
The text was updated successfully, but these errors were encountered: