watson-developer-cloud / discovery-nodejs

This is a deprecated Watson Discovery Service Demo. A link to the newly supported demo is below
https://www.ibm.com/demos/live/watson-discovery/self-service
MIT License
76 stars 178 forks source link

Trying to Deploy on BlueMix by Pressing button on ReadMe fails with the following errors #80

Closed jdellaria closed 6 years ago

jdellaria commented 7 years ago

By pressing the "Deploy to Bluemix" button in the readme and making no changes to the code. The following is my log file.

Also REACT_APP_BLUEMIX_ANALYICS: is not in my manifest.yml file, but DEMO_DEPLOY apprears to be in it place.

My intention is to get this to run on one of my Discovery collections... Does the discovery collection have to be a standard collection?

Thanks in advance for the Feedback.

Jon --------------------------------------------------------------- Log file Preparing to start the job... Preparing the build artifacts... Target: https://api.ng.bluemix.net FAILED Service instance Discovery-Demo not found Creating service instance Discovery-Demo in org jdellaria@us.ibm.com / space dev as jdellaria@us.ibm.com... OK

Create in progress. Use 'cf services' or 'cf service Discovery-Demo' to check operation status.

Attention: The plan standard of service discovery is not free. The instance Discovery-Demo will incur a cost. Contact your administrator if you think this is in error.

Writing manifest.yml... Manifest file written name: watson-discovery-service-news-demo-JonD-1 instances: 5 memory: 512M command: node server.js services:

Pushing new app:watson-discovery-service-news-demo-JonD-1 FAILED Error reading manifest file: env var 'REACT_APP_BLUEMIX_ANALYICS' should not be null

Finished: FAILED

maniax89 commented 7 years ago

could you check to see if it works now? should be fixed by #81

jdellaria commented 6 years ago

This solved the problem. Thank you!

Jon Dellaria