-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I can't seem to add serverless-api-stage to a project which contains the serverless-domain-manager plugin. Deployment fails with the error:
...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading artifacts...
Serverless: Uploading service .zip file to S3 (15.76 MB)...
Serverless: Validating template...
Serverless: Updating Stack...
Serverless: Checking Stack update progress...
..........................................
Serverless: Operation failed!
Serverless Error ---------------------------------------
An error occurred: pathmapping - Invalid stage identifier specified.
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: 9.3.0
Serverless Version: 1.26.1I've narrowed it down to an interaction between the two plugins.
Here's a repo which demonstrates the issue:
vt-cwalker