Error TypeError: Authenticate.__init__() got multiple values for argument 'cookie_expiry_days'

I deployed my Streamlit dashboard using Streamlit-Authenticator for authentication.

Locally its working fine but on production is showing me this error.

How to solve​:cry::sob:

Try an incognito window or open dev tools and delete the local cookies.

@jmrafael Hi, did you solve the problem? May I know the solution for it because I’m currently facing the same issue as well.

Thank you.

I am also with facing the same problem

I am getting the same error locally.
Any solution ?

Try this one, it will work i am sure :smile:
pip install streamlit-authenticator==0.1.5

1 Like

Thanks this worked for me