Word with Charts

We have charts in our word document and specific chart 2D histogram is throwing 502 bad getaway error on linux docker image (debian and ubuntu). can someone look into it with a priority.Chart.docx (27.0 KB)

@usharma I managed to reproduce the problem and logged it into our defect tracking system as WORDSNET-22958. The reason of the problem is a bug in SkiaSharp 2.80.3. As a workaround downgrade SkiaSharp to 2.80.2 version. Use the following in your csproj file:

<PackageReference Include="SkiaSharp.NativeAssets.Linux " Version="2.80.2" />

or

<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.80.2" />

The issues you have found earlier (filed as WORDSNET-22958) have been fixed in this Aspose.Words for .NET 21.12 update also available on NuGet.