
Google login is redirecting to the shown screen. The URL seems okay. My Appwrite containers are also running perfectly. Any idea what's happening here? I don't know which part of my code should be added. So let me know if you want any additional info
Appwrite Version: 1.4.2 local Stack: NextJS@13

What ports are Appwrite listening on?

all are defaults. port 80 i believe

what's the output of docker ps
?

it's just listing all the running containers

Please share

that's what i can see. i can share it as a txt file in case it's hard to understand from a ss

That should work What do you see in http://localhost/versions

that's what i see
{
"server": "1.4.2",
"client-web": "13.0.0",
"client-flutter": "11.0.0",
"client-apple": "4.0.0",
"client-android": "4.0.0",
"client-graphql": "October 2021",
"client-rest": "",
"console-web": "0.3.0",
"console-cli": "4.0.0",
"server-nodejs": "11.0.0",
"server-deno": "9.0.0",
"server-php": "10.0.0",
"server-python": "4.0.0",
"server-ruby": "10.0.0",
"server-dotnet": "0.6.0",
"server-dart": "10.0.0",
"server-kotlin": "4.0.0",
"server-swift": "4.0.0",
"server-graphql": "October 2021",
"server-rest": ""
}

Can you test the login flow with Google in an incognito window?

it worked perfectly in incognito. i wonder what's happening in the normal window

It probably was just cache and that URL path

i also tried coping and pasting the URL on a new tab, and it worked. hopefully it'll be solved in prod

Shouldn't be a problem there

[SOLVED] Google login redirects to "This site can’t be reached"
Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
