MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
273 stars 246 forks source link

PlatformException on iOS 16 Public Beta 3 #365

Closed alon-utila closed 2 years ago

alon-utila commented 2 years ago

I'm always getting this error

PlatformException(authorize_and_exchange_code_failed, Failed to authorize: access_denied: Cannot read property 'uuid' of undefined, null, null

when using await appAuth.authorizeAndExchangeCode

Not sure how to debug this.

Edit: turns out this is an internal issue