Im currently stucked here
no 'pending' status appears after running the code here's my code
Hi Kemuel,
If I understand correctly, you are trying to replicate the code from this Twilio OTP integration tutorial: https://www.youtube.com/watch?v=a7g_my73iIo&t=413s
The promise may be throwing an error that isn't being caught. I would add a catch statement and try logging the error.
.create(....) .then(...) .catch((error)=> console.log(error)
That may shed some light on why it isn't working. Hope that helps,
Eitan
Easy navigation:
Velo (Wix Code)
Wix Classic Editor
Editor X
Wix Studio
RESOURCES
CONTACT US
Have a project in mind? Question? Just want to say hi?
Get in touch, and let’s bring your vision to life!
CONTACT INFORMATION
WHAT IS THE NATURE OF INQUIRY?
Subscribe me to your newsletter.
Hi Kemuel,
If I understand correctly, you are trying to replicate the code from this Twilio OTP integration tutorial: https://www.youtube.com/watch?v=a7g_my73iIo&t=413s
The promise may be throwing an error that isn't being caught. I would add a catch statement and try logging the error.
.create(....) .then(...) .catch((error)=> console.log(error)
That may shed some light on why it isn't working. Hope that helps,
Eitan