How to fix image upload error?

Tina 0 Reputation points
2023-08-22T13:58:33.9033333+00:00

Hi, I am quite new to Microsoft Azure (student) and I found myself stuck at one issue.

In Azure WordPress I set up PeepSo plugin but when I try to test it by uploading photo I get this error:

NoDecodeDelegateForThisImageFormat `JPEG' @ error/constitute.c/ReadImage/741

This happens to any image format, size and resolution are within limits, and it also happens when I try using BuddyPress. From what I could see it's related to ImageMagick but have no idea how to fix this issue.

Many thanks

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-08-23T19:11:12.32+00:00

    @Tina ,

    To assist you better on this, have you provisioned WordPress on App Service or on an Azure VM or some other Azure resource? What specific docker image are you using?

    Hosting a site on an Azure VM (IAAS), you would typically configure it the same way as you would on-prem.

    Checkout this third-party GitHub repo , where users were able to fix similar issues by making changes to the config/docker image:

    Note: this post contains URL to non Azure repo, exercise caution while trying the steps.

    -We may have re-tag to receive insights from the targetted audiences/SMEs.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.