我是Bluemix中的新成員。到目前爲止,我創建了Web應用程序,獲得了它的代碼並在localhost中運行這個應用程序一切正常。該應用使用AngularJs和json-server。稍後我也會Node.js。要運行它,我使用'json-server --watch db.json'。 json文件包含各種json數組和對象。這是我的鏈接列表。404未找到:請求的路線('theo-larissa.mybluemix.net')不存在
http://localhost:3000/news
http://localhost:3000/events
http://localhost:3000/city
http://localhost:3000/administration
http://localhost:3000/deputy_mayors
http://localhost:3000/alcazar_park
http://localhost:3000/feedback
我的猜測是,所有這些鏈接應改爲實時路線,而不是使用本地主機。在我的儀表板中,我可以看到路由名稱的應用(theo-larissa.mybluemix.net),並且它的狀態已停止。現在,當我試圖啓動應用程序,我得到這個消息
404 Not Found: Requested route ('theo-larissa.mybluemix.net') does not exist.
任何想法如何解決這一問題?
由於提前,
西奧。
你執行了哪些命令? 「當我開始使用應用程序」時,你的意思是什麼? –
這是說'不存在'因爲它停止了。真正的Q可能是這是爲什麼。我會檢查你的日誌,可能是'cf logs theo-larissa --recent'。也許看看示例,看看它如何處理主機名/端口。 https://console.ng.bluemix.net/docs/runtimes/nodejs/getting-started.html#getting-started-with-node-js-on-bluemix – amadain