-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rotativa font issue after publishing on Azure App Service #61
Comments
i dont know, but you can try to add |
Is it possible to run on Azure Linux app? I'm getting this exception after publish to azure System.Exception: /home/site/wwwroot/wwwroot/Rotativa/wkhtmltopdf: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory at FIMS.Web.Controllers.InvoiceController.DownloadPaySlip(Int64 invoiceId) in d:\a\1\s\src\FIMS.Web\Controllers\InvoiceController.cs:line 250 |
Thank you . I'm using (B1: 1) basic plan. Is any problem if I deploy to azure .net core Linux app? Does it work on windows and Linux app? do you have any other suggestion? |
Rotativa PDF is working perfectly on locally:
But after publishing/deploying on Azure App Service then there is font issue:
Function is ViewAsPdf();
Also tried removing authorize from controller
The text was updated successfully, but these errors were encountered: