nodejs / node-convergence-archive

Archive for node/io.js convergence work pre-3.0.0
https://github.com/nodejs/io.js/issues/2327
Other
1.84k stars 97 forks source link

Cannot call method then of undefined #62

Closed Mangulomx closed 9 years ago

Mangulomx commented 9 years ago

When I want save the fields de my form without nothing.

In the anchor create question

https://quiz2015-miguel.herokuapp.com/quizes/new

if I press button save. It have that show the errors of validation http://stackoverflow.com/questions/31234695/cannot-call-method-then-of-undefined

kenany commented 9 years ago

@Mangulomx The stack trace seems to indicate that this is a bug in your own code and not with Node.js. I think an issue like this is best left to the Stack Overflow community to look at unless it can be demonstrated to be an issue with Node.js core.

rvagg commented 9 years ago

Not the right repo for bugs anyway, try io.js or joyent/node