This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to deploy an API which uses the Twilio SDK with the following details.
As you can see, Twilio is part of the dependencies, and the environment variables as well have Twilio authentication keys in them, however I'm getting this error in my logs.
How do I fix this? Shouldn't twilio be found since it's part of the dependencies? For the authentication error, I believe it's just a matter of not having the twilio module in the deployed micro as the docs said that I should just include the environment variables.
Beta Was this translation helpful? Give feedback.
All reactions