We receive the following error when calling the account.createPhoneToken function:
TypeScript
CERTIFICATE_VERIFY_FAILED: application verification failure(handshake.cc:393)) (0)```What can be causing the problem? This happens both on Android and iOS. We check for an internet connection prior to calling the function.
TL;DR
Developers are encountering a HandshakeException error in the client when calling `account.createPhoneToken` function across Android and iOS. The issue seems to be related to an application verification failure due to CERTIFICATE_VERIFY_FAILED. Ensure proper internet connection and verify the SSL certificate configuration for a possible resolution.