Facebook api – Module not found: Can't resolve 'pg-hstore' sequelize and nextjs13
I'm using Nextjs 13 to create a full-stack app and use Sequelize to handle the MySQL database. I have api folder to handle my admin form. in src/pages/api/test.js when I call my model It works correctly and without error and…