
Login using oauth will be rejected because the redirect url does not match but appwrite give me the redirect url is https://**************/v1/account/sessions/oauth2/callback/github/689546970029f73404c8 But I found the actual url on the returned page is http://************/v1/account/sessions/oauth2/callback/github/689546970029f73404c8 idk why it is http. When accessing the console, it is https

After I changed the github redirect to http, I could request and agree normally but nothing was returned. I checked the local storage and cookies and still nothing. account.get() is nothing too
Recommended threads
- Unraid Deployment
Does anyone know how to point a production iOS app to an Appwrite Docker image I have on my Unraid server? I need a lot of storage, and having Appwrite on my Un...
- Can't create account in fresh self-hoste...
Clicking Sign Up shows this in the console: TypeError: undefined is not an object (evaluating 'W.validity')
- Flutter OAuth Google Login – Redirect Is...
Description: I’m using Appwrite with Flutter for Google OAuth login. The authentication flow works fine on iOS and the browser, but on Android devices, after a ...
