-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMGKit on Heroku makes white print screen #115
Comments
I'm getting this too :( |
Same problem here |
Did anyone ever find a resolution to this? |
I had a similar issue (working locally but not on prod/heroku). wkhtmltoimage-binary didn't seem to like requesting urls that were https. I fetched content then passed imgkit the html and was able to render. |
Switched all image urls from https to http and it started working. |
I am using rails api 5.2.1 and ruby 2.5.1.
My rails api application has model Location with map field which is image (carrierwave).
My goal is to make print screen of google static map and upload it to claudinary. Right not everything works fine on local. It takes print screen and upload it to claudinary storage, but when I deploy app on heroku its just make white print screen board image send it to claudinary.
My code
// config/initializers/imgkit.rb
// models/location.rb
I am getting image like this
white screen image
Does somebody know how to fix this issue with HEROKU and IMGKit
The text was updated successfully, but these errors were encountered: