Rank 6: Server
I have double checked the android manifest code.. made the oauth url for both google and discord but i seem to be stuck
Votes
0
Replies
22
Participants
Unknown
Messages
23
Rank 6: Server
I have double checked the android manifest code.. made the oauth url for both google and discord but i seem to be stuck
Rank 6: Server
my appwrite backend is self hosted on a vps
Rank 6: Server
<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>```
Rank 6: Server
inside application tag
Maybe something is wrong with your endpoint?
Rank 6: Server
i mean its the same for production related stuff
Rank 6: Server
shuldnt be an issue
Rank 6: Server
does oauth need any port open?
Rank 6: Server
iirc i have docker containers like 7443:443
Rank 6: Server
cuz there is nginx proxy manager too but the backend endpoint is proxied
Rank 6: Server
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?
Rank 6: Server
Rank 6: Server
but like i still have to set endpoint for client?
Rank 6: Server
set project etc
Yes...
Rank 6: Server
i want to apologize 💀
Rank 6: Server
i had a typo in endpoint
Rank 6: Server
sorry-
No worries. Glad you were able to figure it out
Rank 6: Server
thanks!
[SOLVED] Trying Appwrite OAuth but Getting Error