Error, missing provider for oauth callback.

Hello! I use st.login() for authentication with our company provider. And everything works locally. But when we deployed the app on the server using kubernetes we got the error “Error, missing provider for oauth callback.” and failed to login. But everything seems fine. Streamlit can read secrets.toml file.
This is the screenshot of st.write(st.secrets)


Couldn’t find any useful infor regarding this problem