Skip to content

Instantly share code, notes, and snippets.

@devalexandre
Created October 31, 2015 14:16
Show Gist options
  • Select an option

  • Save devalexandre/daedccb791790d87b50f to your computer and use it in GitHub Desktop.

Select an option

Save devalexandre/daedccb791790d87b50f to your computer and use it in GitHub Desktop.
/home/alexandre/projetos/ntalk/node_modules/express/lib/router/index.js:140
var search = 1 + req.url.indexOf('?');
^
TypeError: Cannot read property 'indexOf' of undefined
at Function.handle (/home/alexandre/projetos/ntalk/node_modules/express/lib/router/index.js:140:27)
at Object.router (/home/alexandre/projetos/ntalk/node_modules/express/lib/router/index.js:46:12)
at /home/alexandre/projetos/ntalk/node_modules/express-load/lib/express-load.js:242:19
at iterate (/home/alexandre/projetos/ntalk/node_modules/async/lib/async.js:131:13)
at /home/alexandre/projetos/ntalk/node_modules/async/lib/async.js:142:25
at /home/alexandre/projetos/ntalk/node_modules/express-load/lib/express-load.js:263:7
at iterate (/home/alexandre/projetos/ntalk/node_modules/async/lib/async.js:131:13)
at /home/alexandre/projetos/ntalk/node_modules/async/lib/async.js:142:25
at /home/alexandre/projetos/ntalk/node_modules/express-load/lib/express-load.js:263:7
at iterate (/home/alexandre/projetos/ntalk/node_modules/async/lib/async.js:131:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment