BretOriginal post
Rank 2: Process
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
Summary
Developers are facing issues with using Oauth as the redirect URL is incorrect.
Solution: The issue seems to be with the redirect URL changing to HTTP instead of HTTPS. Check and update the redirect URL to HTTPS to resolve the problem.