-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential issue with fluid #9223
Comments
Odd thing is that this if executes properly (true) but the |
It doesn't fix the issue but in your liquid better to use |
I am pretty sure this issue stems from this fluid pr: sebastienros/fluid#303 |
This commit fixes the issue: sebastienros/fluid@9066957 |
Describe the bug
Not 100% sure what is happening. The bug seems to be intermittent. Sometimes the data does not load properly on the following page: https://github.com/StatCan/StatCan.OrchardCore/blob/master/src/Modules/StatCan.OrchardCore.Hackathon/Views/Widget-TeamDashboardWidget.liquid#L5
Sometimes the
teamContentItemId
is null when it should not be. I doubled check the database (postgresql) and the data is there. Plus, reloading the page a random number of times sometimes set's that variable properly, sometimes not.Adding this to the view below the variables:
Outputs this:
The text was updated successfully, but these errors were encountered: