Hi team,
I have just discovered a regression issue.
It seems that the count
route is not called any more for related data list displayed in the summary view.
Please have a look at this video:
The number of pages in “addresses” section is remaining at 0.
And the network window of the browser is showing that only the first route is called:
-
/users/:id/relationships/addresses
is called -
/users/:id/relationships/addresses/count
is not called
However, when accessing the related data list itself (as shown in the video) the count route and the normal route are both called.
So, this is a very localized issue.
Best regards
My setup
"database_type": "postgres",
"liana": "forest-express-sequelize",
"liana_version": "6.3.11",
"engine": "nodejs",
"engine_version": "12.13.1",
"framework": "express",
"framework_version": "^4.17.1",
"orm_version": "4.44.0"