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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...