Strange bug in st.file_uploader

I talked to our dev team, and their suggestion is that it’s probably a CSRF issue, and if that you use a custom deployment (e.g. with a proxy), you need to either:

  1. Disable CSRF protection
  2. Whitelist new _streamlit_xsrf cookie name in your proxy layer