Question

Error performing request while login

  • 11 July 2023
  • 1 reply
  • 31 views

Badge +1

During calling 

Purchases.logIn(userUid);

I very often get an error : 

 PlatformException (PlatformException(10, Error performing request., {code: 10, message: Error performing request., readableErrorCode: NetworkError, readable_error_code: NetworkError, underlyingErrorMessage: thread interrupted}, null))

 

I do not have any network connection problems and after restarting the app problem is gone. 

Does anyone face such problem too? 


1 reply

Userlevel 4
Badge +6

Hey @phil23,

If you feel confident in your network connection, another possible reason this could be happening is if you have a sandbox user with a large amount of purchases in their history - can you try with a new sandbox user and see if the error persists?

Reply