-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login/Logout Button sometimes Reloads uncontrollably with opening App running in Kubernetes #14
Comments
For anybody facing the same issue, I found a solution/workaround. Hope this helps ! |
Hi @leoschmi : Thanks for your comment! Can you elaborate more on your issue and possible solution? I hope to be able to put in some more effort to improve it, |
Hey @mstaal, |
Regarding the placement of the form, did you put the form within that custom component that is inside Authentication.tsx, can you please tell where exactly did you put the form is it inside the streamlit application where you use the custom component, using st.form or is it inside the custom component where the button is returned? |
Hey There!
First of all thanks for your work! It made it so much easier for me to implement the AAD authentication process into my App!
Now the problem i am facing is, that the Login/Logout button is sometimes bugging when opening the App. It appears and disappears a few times before it is displayed correctly and stable. I also ran the app without the Login and I am not facing the issue there so it is definitely a result of the Login. Do you have any idea why this could be ? I already increased the memory resources of the pod but that didn't help.
Thanks in advance !
The text was updated successfully, but these errors were encountered: