I have double checked the android manifest code.. made the oauth url for both google and discord but i seem to be stuck
my appwrite backend is self hosted on a vps
<activity android:exported="true" android:name="com.linusu.flutter_web_auth_2.CallbackActivity" >
<intent-filter android:label="flutter_web_auth_2">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="appwrite-callback-animenetic" />
</intent-filter>
</activity>```
inside application tag
Maybe something is wrong with your endpoint?
i mean its the same for production related stuff
shuldnt be an issue
does oauth need any port open?
iirc i have docker containers like 7443:443
cuz there is nginx proxy manager too but the backend endpoint is proxied
and works normally with database and storage connections etc
Appwrite must be accessed on the standard ports
Can you log the endpoint in the account client before making the API call?
but like i still have to set endpoint for client?
set project etc
Yes...
i want to apologize 💀
i had a typo in endpoint
sorry-
No worries. Glad you were able to figure it out
thanks!
[SOLVED] Trying Appwrite OAuth but Getting Error
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...