Replies: 1 comment 3 replies
-
That sounds like a problem inside your service? And without any more details I cannot really help you. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi,
I've created an ASP.Net 3.1 Web Api project and used Magick.NET as a helper library to resize and compress some images.
The app works fine on my Windows computer. But when I deploy it on my AKS cluster, my service returns some weird characters instead of the resized image?
From the documentation, it says I should use Magic.NET-Q8-x64 nuget package. I did, but the problem continues.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions