I have a few apps on the streamlit cloud and just added authentication. While Google OAuth works locally, it refuses to work when deployed to streamlit cloud
After a full day of pulling my hair out and not finding any online answers, I’m wondering if anyone has figured this. It would appear I will have to move these apps to another cloud or get a fixed domain.
My hunch is there is something weird about the streamlit domain being used
Hi, I am facing the same issue. It works fine on localhost. but after deployment it says error 403 or " accounts.google.com refused to connect." did you find any solutions or any workarounds?
I’m also having the same problem, connection refused from accounts.google com /o/oauth2/auth when I click on the login with google button. Locally it works perfectly. I’m not finding the solution. Did anyone get it?