.AuthSession returning errorCode: ‘cookies-disabled’

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android

On my Android standalone app, the AuthSession.startAsync call returns a result of type: error along with an errorCode: cookies-disabled . I have not found how to replicate this error. I saw similar topics in the forum but none of them seem to have been resolved. Out of 20+ test devices, this has happened only once. I wonder if it’s something to do with the user’s OS general settings.


const result = await AuthSession.startAsync({ authUrl });
console.log(result); // result.type === 'error' and result.errorCode === 'cookies-disabled'

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.