05-27-2020, 01:39 PM
Yes, we need a server side stack trace to diagnose the problem.
Errors that start with:
<Fault 1: "[Errno 2]
are not client side and the full error will be on the server. You can either look at the output when running in debug mode or you can look at the exception_log table which should have recorded the stack trace.
The stack trace will tell us what part of the code is trying to access that folder.
Errors that start with:
<Fault 1: "[Errno 2]
are not client side and the full error will be on the server. You can either look at the output when running in debug mode or you can look at the exception_log table which should have recorded the stack trace.
The stack trace will tell us what part of the code is trying to access that folder.