-
Notifications
You must be signed in to change notification settings - Fork 122
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
Cannot read property 'request' of undefined #223
Comments
Hmm I cannot recreate this... although I am not using Windows, and do not have easy access to that platform. Can you provide a smaller completely reproducible script please, or some more context about how this is used, specifically in |
Thank you for your fast response I am instantiating mailgun.js as a FeathersJs service
and I am using it here
the I have tested it in Mac OS X 10.13.6 with Node js v10.5.0 and I get the same error
but when I initialize mailgun js like the documentation it works well, do you know what it can be? |
"mailgun-js": "^0.21.0"
Node js v10.5.0 on Windows 10 1803
I don't have tested on other languages
Declaration
Implementation
when I call
service.messages().send
i get this errorDo you know how to solve this?
The text was updated successfully, but these errors were encountered: