November Happy Hour will be moved to Thursday December 5th.
Hi all,
When we replace an image in the CMS, we keep seeing an error:
"Timed out, or max file size exceeded"
We investigated all the solutions available online, but nothing worked.
Eventually we decompiled your code and found that an exception is thrown when you try to cast IContentMedia to IContent:
https://i.imgur.com/JSEDOrg.png
This only happens when we replace an image. Not when we upload a new image.
Steps to reproduce:
Expected:
Image should upload with no error
Actual:
Any ideas on a solution?
Hi all,
When we replace an image in the CMS, we keep seeing an error:
"Timed out, or max file size exceeded"
We investigated all the solutions available online, but nothing worked.
Eventually we decompiled your code and found that an exception is thrown when you try to cast IContentMedia to IContent:
https://i.imgur.com/JSEDOrg.png
This only happens when we replace an image. Not when we upload a new image.
Steps to reproduce:
Expected:
Image should upload with no error
Actual:
"Timed out, or max file size exceeded"
Any ideas on a solution?