Posts by Shedyhs • 1 point
1 post
-
-1
votes1
answer233
viewsQ: Error using create in sequelize
Good evening. I just started studying Node.js and am having trouble using . create in Sequelize. The error happens when I try to register a user: routes.get('/', async (req, res) => { const user…