You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i did everything as the readme says,
i installed the server on aws
run npm install
run node index
and opened port 3000 for it to be reachable through the internet and the server is running fine,
then of front end side i installed the package, changed the host url in otp service, run flutter pub get and run the project on my physical device but after writing my phone number nothing happens and in the log it says failed to send OTP
this is the full error with body
flutter: Exception: Failed to send OTP {"message":"Error","error":"The "key" argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined"}
The text was updated successfully, but these errors were encountered:
hi,
i did everything as the readme says,
i installed the server on aws
run npm install
run node index
and opened port 3000 for it to be reachable through the internet and the server is running fine,
then of front end side i installed the package, changed the host url in otp service, run flutter pub get and run the project on my physical device but after writing my phone number nothing happens and in the log it says failed to send OTP
this is the full error with body
flutter: Exception: Failed to send OTP {"message":"Error","error":"The "key" argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined"}
The text was updated successfully, but these errors were encountered: