#[SOLVED] google auth does not work only for mobile
10 messages · Page 1 of 1 (latest)
You might be running into a problem with 3rd party cookies. See https://appwrite.io/docs/custom-domains
- Does my domain needs to start with appwrite like appwrite.my-app.com ?
- Do I need to change the connection to i.e:
const client = new Client()
.setEndpoint(https://appwrite.my-app.com/v1)
.setProject(process.env.NEXT_PUBLIC_ENDPOINT!);
- Do I ned to change in google console URI from
https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/google/647de70a6139cddef6d2
to
https://appwrite.my-app.com/v1/account/sessions/oauth2/callback/google/647de70a6139cddef6d2
?
Yes
solved
[SOLVED] google auth does not work only for mobile