I created a weather robot on Facebook, but it showed the following error message:
404 Not Found: Requested route ('circle-weather-bot.mybluemix.net') does not exist.
I created a weather robot on Facebook, but it showed the following error message:
404 Not Found: Requested route ('circle-weather-bot.mybluemix.net') does not exist.
It sounds like you are not binding your server to the port specified in thePORT
environment variable, or your app is crashing before starting the server.
To bind to the port environment variable, use app.set('port', process.env.PORT)