Pagination issue - 1 of 0

Hi everyone!

Unfortunately, I haven’t found a solution to the following problem (see some screenshots):

And the output is:

This issue doesn’t happen to all tables, and I can not paginate some tables that have more than 15 rows (default row per page).
Please, some help! :confused:

  • Database Dialect: PostgreSQL
  • Database Version: 11.12

“express”: “~4.17.1”,
“forest-express-sequelize”: “^7.0.0”,
“sequelize”: “~5.15.1”,
“pg”: “~8.2.2”

Hello @fabmarc,

Is “User languages” a smart collection?
By “I can not paginate […] more than 15 rows”, do you means the “undefined/403” issue is happening on every table with more than 15 rows, and do not appear on smaller tables?

Regards

Hi @Sliman_Medini,

Actually, user_languages is a table.
Nops, I don’t mean that. It happens to tables with more than 15 rows but also to smaller tables.
For example, user_languages has 10 rows in the local env. but 117 rows in staging env, either way, the issue with pagination control (1 of 0) is there and also the error on the console.

You will find here the fix for this bug.

Regards

Perfect! Thank you @Sliman_Medini