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