serverless-aws-alias
serverless-aws-alias copied to clipboard
Unable to retrieve template for my-alias: 400
trafficstars
serverless 1.26.1. serverless-alias 1.7.0
Recently I've been running into the same error message during deploy:
$ serverless deploy --stage dev --alias my-alias --verbose
...
Error --------------------------------------------------
Unable to retrieve template for some-other-alias: 400
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Forums: forum.serverless.com
Chat: gitter.im/serverless/serverless
Your Environment Information -----------------------------
OS: darwin
Node Version: 8.11.1
Serverless Version: 1.26.1
There are around 25 templates the plugin tries to pull down each time this runs and it will fail randomly on one of them. I'm also a little curious as to why it needs to pull them all down. I'd appreciate any help with this. Thanks!
I'm facing the same issue. It happens randomly as well here.