can you help me?

i just make a page to my project by streamlit. i use google-Oauth and it may work well because i can login, but if i login, my mainpage has this message


i want to make mainpage without this message.
and can i make login page without new tab? please help me thank u

My first thought is about the redirect page you defined inside the Google Auth configuration.
For example, if you specified something like

https://{myappname}.com/pagename

if “pagename” does NOT exist at this time, this can explain the error you see.

Try setting a redirect URI equals to

https://{myappname}.com