Got this error while trying to view or edit any image in the browser. The root cause is in flask - see discussion here.
The fix, as described in that thread, is to pin Werkzeug to an older version from before this function was deprecated. Add the following line to requirements.txt before installing:
Got this error while trying to view or edit any image in the browser. The root cause is in flask - see discussion here.
The fix, as described in that thread, is to pin Werkzeug to an older version from before this function was deprecated. Add the following line to
requirements.txtbefore installing: