Relationships are no longer displaying data

I reverted back to 7.12.3 and had the same issues.

Ok, looking further at this, if I go back to version 7.12.2 AND force the liana_version in forestadmin-schema.json, it will work. It definitely seems that the update is causing the issue, though we DID NOT update our package.json version to that one, but i did peg it at the version above that works:

  "meta": {
    "liana": "forest-express-sequelize",
    "liana_version": "7.12.2",
    "stack": {
      "database_type": "postgres",
      "engine": "nodejs",
      "engine_version": "17.9.0",
      "orm_version": "6.11.0"
    }

"forest-express-sequelize": "7.12.2",
vs
"forest-express-sequelize": "^7.12.2",

Can you test on your end?

@vince Any updates on this? Did you fix the issues on your end?

Hey @David_Panzarella,

Sorry no news on the subject I will check the status and let you know

Hello @vince @David_Panzarella

FYI, I had the same exact problem today and downgrading
“forest-express-sequelize”: “7.12.4”,
to
“forest-express-sequelize”: “7.12.2”,

fixed the issue.

Hey @Nelson_Levert and @David_Panzarella,

I did reproduce the issue. I’m working on a fix right now.
Downgrading to 7.12.3 fix the issue

You can track the status of the issue right here: ClickUp

I just tested, upgrading to latest version also work (v8.5.13) which will always be more stable as v7. I strongly encourage you to upgrade to v8 using the following upgrade guide.

1 Like

Thx Vince. As suggested, I updated to v8 and it works like a charm.

Have a nice day !

While upgrading is the ideal option, this is a huge undertaking for us with the breaking changes for actions that are required of us. We have many actions that would need to be completely refactored, which takes away time from more ROI matters. Forest should not be putting out patches or other minor bumps without being sure they’re backward compatible.

Hey @David_Panzarella,

The fix has been released on forest-express-sequelize@7.12.5