just need to confirm if I have to add the Telerik.Drawing.Skia package to my C# .NET Core (9.0) API to fix the error I'm getting when I test the Telerik Swagger endpoints after we deployed to AWS. The container is AWS Linux.
This is the error I'm seeing when I use the swagger endpoints that do not need any parameters set, like
https://reportsapi.qa.epidev.net/api/Reports/configuration
https://reportsapi.qa.epidev.net/api/Reports/clients/sessionTimeout
etc.
{
"message": "An error has occurred.",
"exceptionMessage": "Cannot load assembly Telerik.Drawing.Skia. Make sure it is accessible in the current application domain.",
"exceptionType": "DrawingFactoryUnavailableException",
"stackTrace": null
}