You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugged the code locally and the path of the wkhtmltopdf.exe points to a folder outside the project, "AppData\Local\AzureFunctionsTools\Releases\4.10.1\cli_x64"
It works when you place the executable file there but I could not now where is points when deploying the code to the server
The text was updated successfully, but these errors were encountered:
I'm assuming that the code is copying the file to the incorrect folder. I'm thinking of instead doing this in the nuget project, just include the binary within the application and unpack it on initial run. But I haven't gotten around to it, so if someone wants to help out with this I'm more than happy to approve a PR for that
Debugged the code locally and the path of the wkhtmltopdf.exe points to a folder outside the project, "AppData\Local\AzureFunctionsTools\Releases\4.10.1\cli_x64"
It works when you place the executable file there but I could not now where is points when deploying the code to the server
The text was updated successfully, but these errors were encountered: