Replies: 1 comment 4 replies
-
That sounds like a great solution to support multiple use cases. I'd gladly accept a PR. Thanks. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Rob,
Today I ran into an issue where I couldn't generate the social-images. Finally figured out my filesystem config for the social_images disk is causing the issue. I'm using DigitalOcean Spaces with the s3 driver.
For the other disks it works just fine, but for Browsershot the save method needs a path to save to.
I've managed to fix the problem by adding a driver check. When using the s3 driver, it puts the screenshot to the disk. Or else it will perform the save method just like before.
GenerateSocialImagesJob.php:73-77
to
Works fine for me on both DO and with the local driver. If you agree I could PR the update.
Greets, Sander
Beta Was this translation helpful? Give feedback.
All reactions