Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get 404 Not Found when viewing http://localhost:3001/index.html #1

Open
arunk opened this issue May 12, 2017 · 0 comments
Open

Get 404 Not Found when viewing http://localhost:3001/index.html #1

arunk opened this issue May 12, 2017 · 0 comments

Comments

@arunk
Copy link

arunk commented May 12, 2017

Followed the instructions in the README. Had to do a couple of additional things
$ npm install -g nodemon

And change line 7 in caption-service.js from
var $ = require('jQuery');
to
var $ = require('jquery');

But when browsing http://localhost:3001/index.html I get a 404 Not found error.

This is the stacktrace:

Error: Not Found
at /home/arun/Projects/richdocs/app.js:34:13
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:335:12)
at next (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:275:10)
at cookieParser (/home/arun/Projects/richdocs/node_modules/cookie-parser/index.js:70:5)
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant