Streamlit-Authenticator icon indicating copy to clipboard operation
Streamlit-Authenticator copied to clipboard

Saving cookie failed when deploying the app with docker

Open ArnoSchiller opened this issue 2 years ago • 3 comments

Hey everybody,

I implemented the auth as described in your README and tested it locally on my machine - works fine. Then i deployed the same app using Docker and the authentification does not work as expected. Seems like the client-side cookies are not saved when using Docker.

Does anyone know the problem or even the solution? Thanks a lot!

ArnoSchiller avatar Jun 12 '23 07:06 ArnoSchiller

Please see if this problem still persists with the latest release v0.3.2.

mkhorasani avatar Mar 28 '24 11:03 mkhorasani

I am running into the same issue, even with release v0.3.2. When running in Docker, no cookie is deposited into my browser.

nathancooperjones avatar Apr 07 '24 18:04 nathancooperjones

Dear all I have refactored the codebase and believe that this issue may be resolved. Please refer to v0.3.3.

mkhorasani avatar Jul 27 '24 14:07 mkhorasani