#SignIn Button That Brings User Back To Homepage
sign_in_to_homepage = sidebar.markdown(''' <a target="_self" href="https://catalyst-app.auth.us-east-2.amazoncognito.com/oauth2/authorize?response_type=code&client_id=1akri4eieduipi7j8beohroteu&scope=email+openid+phone&redirect_uri=https%3A%2F%2Fcatalyst.streamlit.app">
<button>
Sign In
</button>
</a>''', unsafe_allow_html=True)
The link works fine when i run this locally and if i just copy and paste the link in my browser. (Even the link works here in the button above)However whenever I click on this button via the app thats deployed running via the streamlit cloud I get the error message below from my browser