fpanaccia / Wkhtmltopdf.NetCore.Example-deprecated

Implementation of Wkhtmltopdf.NetCore
81 stars 33 forks source link

Permission Denied Issue For Linux #10

Closed eskye closed 4 years ago

eskye commented 4 years ago

Hi everyone,

I've been having this permission error when I deploy on the Linux environment in Docker + Kubernetes using Azure Dev Spaces

Exception Permission Denied TargetSite at Wkhtmltopdf.NetCore.GeneratePdf.GetByteArrayViewInHtml(String ViewInHtml)

I have run this RUN chmod 755 on the path where the Linux distribution runner is located

Please come to my aid

eskye commented 4 years ago

The issue has been resolved. I investigated the AppDomain path where my app is running and RUN chmod 755 on the Rotavita folder and every file that's inside it.