appwrite / sdk-for-android

[READ-ONLY] Official Appwrite Android SDK 💚 🤖
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
98 stars 21 forks source link

🐛 Bug Report: io.appwrite.WebAuthComponent$Companion.cleanUp (WebAuthComponent.kt:94) #40

Closed muratdoglu closed 4 months ago

muratdoglu commented 10 months ago

👟 Reproduction steps

Screen Shot 2023-09-18 at 11 19 30

There's always a crash going on in the background.

👍 Expected behavior

fix

👎 Actual Behavior

I sent

🎲 Appwrite version

Version 1.4.x

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

abnegate commented 7 months ago

Hi @muratdoglu, this one is not a crash, but is an indication that the user cancelled the OAuth login process part way through. I will see if we can change the behavior here so that an unnecessary exception is not thrown here though.