Same problem here
MacOS 15.1.0
Python 3.11.10
streamlit 1.40.1
Same problem here
MacOS 15.1.0
Python 3.11.10
streamlit 1.40.1
Hi, I have a similar issue: “AxiosError: Request failed with status code 403”
My application (running locally) worked fine last month when I last used it. Starting today (1/2/25) there is now an issue. I have not modified any packages in this time frame.
Any ideas on what could have changed or what may be causing the issue?
Streamlit 1.38
i had same error using iframe did you solve it ?
Same having issue when embedded in iframe. Anyone able to resolve? Disabling xsrf didn’t help
I faced this Axios error when deploy app as Azure Web App using python deployment.
I was able to resolve that error long time ago by using CICD pipeline with
startUpCommand: 'python -m streamlit run ./src/Home.py --server.port 8000 --server.address 0.0.0.0 --server.enableCORS=false --server.enableXsrfProtection=false'
And adding following into Azure wep app configs (startup command):
python -m streamlit run ./src/Home.py --server.port 8000 --server.address 0.0.0.0 --server.enableCORS=false --server.enableXsrfProtection=false
But for some reason the error got back when all three conditions meet:
After many attempts and I found that it happens if app deployed in US (e.g. US West 2). When I deployed azure web app in Canada Central the error went away.
For reference here is my Azure Web App setup:
streamlit 1.44.0
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.