data.forEach is not a function
Hi !
I have trying to this react-table-crud-example by cloning repository. For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman).
Frontend flashes empty table on screen, but then following attached error message pops up.

For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman).
Hi, the pagination api does not work with this client, you should use this code for server: https://github.com/bezkoder/nodejs-express-sequelize-mysql
Hi !
Thanks a lot, I was playing with many of those examples and didn’t notice that. Anyway, it works now :)
Pekka Piuhola
On 12 Mar 2021, 2.05 +0200, Tien Nguyen @.***>, wrote:
For backend use, I cloned related node-js-sequelize-pagination-mysql. Backend works fine (tested with Postman). Hi, the pagination api does not work with this client, you should use this code for server: https://github.com/bezkoder/nodejs-express-sequelize-mysql — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Im Glad you mention that @tienbku