PDF preview conversions on production server is not created #2301
Unanswered
mostafakram
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@freekmurze Can you help us in this issue please 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
While debugging i found that when running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running my queue server on
php: 7.3
laravel: 7
spatie/laravel-medialibrary: 7
I use this conversion to create pdf image previews
And i made sure i have
Ghostscript 9.50
,imagick module version => 3.4.4
and"spatie/pdf-to-image": "^2.0"
The issue is conversion works fine on my local environment and staging server environment. It creates the preview for images, PDF and videos but on production server pdfs are not generated only images and videos
I have tried to run it not on queue too as
->nonQueued()
but same result no error occurs and conversion is not createdI have checked my s3 as well and i can find all of the conversions/ folders in all media types except pdf
Any idea what i might be doing wrong ? Or how can i make it work ?
Thanks for your help in advance
Beta Was this translation helpful? Give feedback.
All reactions