I deployed rank and retrieve app using Fork and deploy on Bluemix link. When trying to view the app, it says "The application or context root for this request has not been found: /".. Any ideas on why this error?
Answer by @chughts (12979) | Feb 09, 2016 at 02:44 PM
That is because there is no / endpoint registered by the application. Instead append
/rnr-demo/dist/#/
to your url.
ie. if your application is running on
http://retrieve-and-rank-demo.mybluemix.net/
then try
http://retrieve-and-rank-demo.mybluemix.net/rnr-demo/dist/#/
The application or context root for this request has not been found: / while adding jsf ? 0 Answers
The application or context root for this request has not been found: / 2 Answers
Retrieve and Rank sample code in Node.js 2 Answers
Creating new answers with the retrieve and rank service 1 Answer
Document Conversion custom configuration 3 Answers