Closed eskye closed 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)
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
RUN chmod 755
Please come to my aid
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.
AppDomain path
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 locatedPlease come to my aid