- Issue created by @djmymy
- π¬π§United Kingdom drOptimum
I saw a similar issue. The problem was misconfigured temporary files directory on Production. Production was behind the load balancer hosted on multiple nodes/instances and the temp dir was configured to use instance local file system that was only available for the curently used instance. The temp dir needs to be available for all instances behind the load balancer, as the traffic is directed to multiple nodes.
I am not sure if this will help in your case as there is not enough details. - πΊπΈUnited States djmymy
Thank you @drOptimum!! I checked the dir configs and that solved the problem. Thanks again!
- Status changed to Fixed
almost 2 years ago 5:40pm 13 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.