
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
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
