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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...