Count route not called any more on related data section of summary view

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"

Hi @Louis-Marie,

We’ve found the issue and the fix is on it’s way. We’ll let you know once it is released :pray:

1 Like

The fix is now live. I tested it on my side, I’m not able to reproduce anymore.

Let me know if you are still experiencing this issue.

1 Like

Hi @jeffladiray,

It seems to be fixed now.
Perfect!

Thanks for your prompt fix.
Regards

1 Like