Hello.
I need some help on how to properly implement the oauth feature into my login view. I am getting a link to my api url, and I can login into discord, but when it asks me to open an "external app" (ios), it doesn't do anything.
This is my code for logging in:
const handleOAuth2Login = (provider: OAuthProvider) => {
try {
const data = account.createOAuth2Session(provider)
return Linking.openURL(`${data}`)
} catch (error) {
console.log(error)
}
}
Recommended threads
- User columns stuck on processing
Hi — on Appwrite Cloud (Free), Project ID 69d7dd8200098ed8560c, database mylestone-db. Attributes/columns are stuck in "processing" indefinitely across two coll...
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...