Hi All, I’m getting axios 400 error. My app is deployed in production with 2 zones. Sticky sessions are enabled. It’s using kubernetes and deployed in private on-prem cloud.
In lower environments I’m not getting this error. But, getting this in higher environments. I have already gone through the suggestions.
I have created a back-end flask service to handle the file uploader using st.file_uploader and return the dataframe.
I have setup cors and xsrf to false.
Please suggest what should I do. Thanks!