I am getting a very strange problem with sequelize, When I try to call the function findAll it works fine (same for create and destroy), but when I try to call function \"findBy
Directly pass value.
Question.findByPk(question_id).then(question => { return res.status(200).json({ question: question }); }).catch(err => { console.log(err); });