MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

PlatformException(authorize_and_exchange_code_failed, Concurrent operations detected: authorizeAndExchangeCode, authorizeAndExchangeCode, null, null) #439

Closed matokc95 closed 11 months ago

matokc95 commented 12 months ago

Exception only on android devices. App waits for an AuthorizationTokenResponse result, but never gets one.

It works perfect with the same configuration on iOS devices.

Does anyone have the same problem or have a suggestion to solve it?

MaikuB commented 11 months ago

The error message "Concurrent operations detected" explains what happened so means you need to ensure your app doesn't do concurrent operations