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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...