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
As of flask version 2.2.0, the cache_timeout parameter of send_from_directory is removed. It was deprecated in favor of max_age in version 2.0.0. Hence, if using flask >= 2.2, any dashboard that uses the ImageViewer, FileList, or VideoViewer modules will not display the content of the cards as expected.
To reproduce
Run a dashboard that displays images where the flask version >= 2.2.
The text was updated successfully, but these errors were encountered:
Description
As of flask version 2.2.0, the
cache_timeout
parameter ofsend_from_directory
is removed. It was deprecated in favor ofmax_age
in version 2.0.0. Hence, if using flask >= 2.2, any dashboard that uses theImageViewer
,FileList
, orVideoViewer
modules will not display the content of the cards as expected.To reproduce
Run a dashboard that displays images where the flask version >= 2.2.
The text was updated successfully, but these errors were encountered: