502 Gateway exception with the default media loader
Greetings. We are having a bit of an issue with uploading media on our Umbraco 7.12.1 site. A pdf that isn't particularly huge (200KB) causes the upload to give a 502 error when I look at the network traffic on calls to backoffice/UmbracoApi/Media/PostAddFile, but the file actually uploads. When we hit save, we get another 502 on the backoffice/UmbracoApi/Media/PostSave call. The end user simply gets the following blank error, presumably because the angular code cannot parse the 502 html error page returned:
I have retried with PNGs and JPEGs and the error persists. The logs are oddly clear of errors. Anyone have an idea where to check?
502 Gateway exception with the default media loader
Greetings. We are having a bit of an issue with uploading media on our Umbraco 7.12.1 site. A pdf that isn't particularly huge (200KB) causes the upload to give a 502 error when I look at the network traffic on calls to backoffice/UmbracoApi/Media/PostAddFile, but the file actually uploads. When we hit save, we get another 502 on the backoffice/UmbracoApi/Media/PostSave call. The end user simply gets the following blank error, presumably because the angular code cannot parse the 502 html error page returned:
I have retried with PNGs and JPEGs and the error persists. The logs are oddly clear of errors. Anyone have an idea where to check?
is working on a reply...