Skip to content
Discussion options

You must be logged in to vote

I figured out what the issue was...
I reverted the 'redirect_uri' to "http://127.0.0.1:8501
When launching the streamlit app from cli it provides the following output:
(.venv) PS C:\Users\yeryo\PycharmProjects\EmailAnarchy> streamlit run tmp.py

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501
Network URL: http://192.168.5.188:8501

And the two links at the bottom are clickable. When selecting the localhost url, this is where it was causing me issues. By navigating to the site using the actual loopback IP and port number (http://127.0.0.1:8501) I was able to get the desired login experience.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YeryODell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant