WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
With a non- Lite IBM Cloud account, deployment to IBM Cloud fails due to typo in plan name for Watson Visual Recognition in .bluemix/pipeline.yml , Free instead of the correct plan name: free . Correcting this in the Deploy stage and deploying using the toolchain results in:
Server error, status code: 400, error code: 210003, message: The host is taken: BluePic
This is caused by the manifest.yml file containing both a host and random-route attribute.
With a non- Lite IBM Cloud account, deployment to IBM Cloud fails due to typo in plan name for Watson Visual Recognition in
.bluemix/pipeline.yml
,Free
instead of the correct plan name:free
. Correcting this in the Deploy stage and deploying using the toolchain results in:Server error, status code: 400, error code: 210003, message: The host is taken: BluePic
This is caused by the
manifest.yml
file containing both ahost
andrandom-route
attribute.