Unhandled rejection Error when creating a new object
Aperta
- Lingua principale
- JavaScript
- Stelle
- 51
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When i try to create a new user like this:
users.create({ name: req.body.name, email: req.body.email, password: req.body.password})
.then(console.log)
.catch(console.log);
I only get an unhandled rejection error. Screenshot of the Error attached.

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.