Relative Content

Tag Archive for reactjsnode.jsasync-awaitsql-deletenode-sqlite3

Sequelize SQLite Delete Not Working – Table Not Found Error

I have a React+Node Web app, and I cant’t figure out why the delete is not working, Create, Read, Update work well, I have tested with Postman **The error I get is:(put the one from the server) SQLITE_ERROR: no such table: main.product the error in server terminal This is my delete function from my controller […]