When I deploy this app to Bluemix it works. When I run a "Build and Deploy" without any code changes, the app loads but the prompt text does not appear and it is unresponsive to questions. I have deployed and tested this 10 times with the same results. Is it an issue with having to retrain the NLC or R&R? Any suggestions would be helpful as the code base is a great place to start for a prototype.
Here is the app... https://github.com/cfsworkload/watson-conversation
Answer by @chughts (12979) | Apr 27, 2016 at 07:48 AM
Just to be clear on the chain of actions that result in your unresponsive application.
You click on the 'deploy to bluemix' button, which creates a fork, and deploys to Bluemix
You try the application it is ok.
The fork is already in jazz hub or you click on 'add git' against the application in Bluemix
You try to build and deploy, which seems successful, but the application is unresponsive.
Seems to me that the fork, did not include a key file that the application needs. Without digging into the code can't tell which file it is.
I suggest that you raise an issue against the project in GitHub.
Can I use Natural Language Classifier with Conversation Service? 1 Answer
How can I connect Conversation to Retrieve & rank via the tool Kit's or using node.js? 4 Answers
Train Watson with our own data set for Q&A 1 Answer
Natural language classifier: pass data direclty to NLC Servie API instead of csv file 1 Answer