vWhen pushing from manifest to org, I get an error message: marcwatts$ ibmcloud app push songtone Invoking 'cf push songtone'...
Pushing from manifest to org marc.jwatts@gmail.com / space dev as marc.jwatts@gmail.com...
Using manifest file /Users/marcwatts/Desktop/mxw817/tone/tone-analyzer-nodejs-master/manifest.yml
Getting app info...
Service instance my-tone-analyzer-service not found
FAILED
Here is my manifest file: --- declared-services: my-tone-analyzer-service: label: tone_analyzer plan: lite applications: - services: - my-tone-analyzer-service name: songtone command: npm start path: . instances: 2 memory: 256MB
What is going wrong here?
Answer by @chughts (12979) | Jul 03 at 05:45 AM
You manifest is telling the build process to connect to a service named my-tone-analyzer-service
, but that service can't be found. Check that you have an instance of Tone Analyzer created, and that it is called my-tone-analyzer-service
, and it sits in the same region that you are trying to push your app to.
Node Red - 502 Bad Gateway: Registered endpoint failed to handle the request. 1 Answer
How can I log in to Node-RED when it does not let me to enter my password 1 Answer
404 Not Found: Requested route ('spsssub.ibm.com') does not exist. & sign in error 1 Answer
How do I set-up billing for IBM Cloud Functions used in Watson Assistant through BluePay? 0 Answers