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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: