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
Error Message: Ignore the error in ImageMagick.: convert-im6.q16: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/408.
convert-im6.q16: no images defined png:-' @ error/convert.c/ConvertImageCommand/3258.
how to fix.
Thanks.
The text was updated successfully, but these errors were encountered:
# Open the file
sudo nano /etc/ImageMagick-6/policy.xml
# find and edit the line
<policy domain="coder" rights="none" pattern="PDF" />
# to :
<policy domain="coder" rights="read|write" pattern="PDF" />
Docker FROM node:16-slim
Error Message:
Ignore the error in ImageMagick.: convert-im6.q16: attempt to perform an operation not allowed by the security policy
PDF' @ error/constitute.c/IsCoderAuthorized/408.convert-im6.q16: no images defined
png:-' @ error/convert.c/ConvertImageCommand/3258.
how to fix.
Thanks.
The text was updated successfully, but these errors were encountered: