Error: You have not defined a path for the route alias getLoginPath.
I'm testing a node.js app I'm writing when I get the following error. I'm not sure what to do about it since there' nothing in the example. I suspect the error is on my side since I'm so new to node.
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: You have not defined a path for the route alias getLoginPath.
at Object.routeApp (/home/levi/Projects/Cloudrr/node_modules/mongoose-auth/node_modules/everyauth/lib/modules/everymodule.js:240:19)
at Function.
my app.js, models.js, and package.json are available at https://gist.github.com/1294116 Thank you for your time.
Did you figure out the solution to this?
Did anyone figure out solution?