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
Beware that Flysystem will not solve this problem because it uses is_file in the underlying local fs adapter.
This method has the same problem as file_exists. See #73
currently we use local system tmp directory
https://github.com/pimcore/web-to-print-bundle/blob/4232fe528f7170db3fc76fa0ab20a411f419151d/src/Model/Document/PrintAbstract.php#L104C1-L107C6
that might cause problems in load-balancer architectures as system tmp directory might only live on local node file system.
The text was updated successfully, but these errors were encountered: