
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
- Image Transformation Issue
My project was working with images normally, I never processed them or anything, and today, suddenly when trying to add or update images from the project, it st...
