Open eherot opened 9 months ago
To be honest I'm pretty confused about what could be happening here. Have you tried doing this with different Twilio credentials? Additionally, is this a trial account? I'm not sure, but it comes to mind as something that might be an issue while creating/interacting with resources.
The following error is thrown during startup on the twilio/twilio-cli:5.18.0 docker container:
But the "Incoming Call Handler" function does seem to be getting created in what appears to be its entirety (in fact if I let this run long enough it will eventually start erroring with "too many services")...
UPDATE: So after manually updating @twilio-labs/serverless-api/dist/api/functions.js in place to add a log line right after the
client.request('post'
what I can see is that it is never reaching that point for any uploaded function. So somehow the function is being stored in the account but the request returns 401.