-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'sendSms' of undefined Help #84
Comments
Hi @Cmarenburg, What is on line 25 of Thanks. |
My bad - the original trace was from when I was trying to test to see if the calling worked. However the stack trace for sending an SMS is pretty much the same with the exception of
It's running into the issue when ever I try to send an SMS or Call ( haven't tested other nexmo features).
throws a Cannot read property 'sendSms' of undefined or when trying to call
throws a TypeError: Cannot read property 'create' of undefined. I'm not totally sure what is going on. Node version is 6.9.1 and nexmo version is 0.0.7 |
The latest version of So, try updating to the new version. I'm reasonably sure that'll resolve this. Please let me know. |
Hey Guys,
So I've run into an issue when I go and try to send an SMS and it seems like nexmo isn't being defined at all. I've tried this on staging a local however I can't seem to resolve the issue. Here's the code I have
Init.
and here's the error
Any ideas or help?
Thanks, Colin
The text was updated successfully, but these errors were encountered: