pimcore / web-to-print-bundle

Web-to-Print community bundle adds web-to-print features to Pimcore documents.
https://pimcore.com/docs/platform/Web_To_Print/
Other
4 stars 12 forks source link

PDF Preview generation on PAAS is not refreshing #73

Closed alexz707 closed 5 months ago

alexz707 commented 5 months ago

On paas the preview pdf generation is not working correctly. After the file is generated the ui is not refreshed because the files_exists method is using the nfs cache.

To circumvent this problem the first approach is to use opendir to invalidate the cache. referenced here

Flysystem (#72) 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.

We will try this on monday on paas.