Hi,
I have a module (Module_Theme) that has a Reactive Theme (based on OutSystemsUI Theme) that is then being consumed in another module (Module_FrontEnd).
Whenever I refresh the references in Module_FrontEnd, the theme from Module_Theme is always outdated (it has not been changed or published).
Anyone is experiencing the same issue? Any idea why is it happening?
Thanks
Paulo Portela
Hello,
Don't you have circular references? By chance you are not consuming your module Module_FrontEnd in the Module_Theme.
Regards,
Jorge Rodrigues
addition of the above, yes this will happen due to circular dependency. it seems you are referencing Module_FrontEnd in the Module_Theme.
Refer:https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Designing_the_Architecture_of_Your_OutSystems_Applications/Validating_your_application_architecture
https://success.outsystems.com/Documentation/Best_Practices/Performance_and_Monitoring/Performance_Best_Practices_-_References
https://www.outsystems.com/forums/discussion/48737/data-modelling-circular-dependency/
Thanks, Aadhavan S
I don't have circular references.
Regards
Then this should not be the behavior. Raise support case with OutSystems - https://www.outsystems.com/supportportal/OpenNewTicket.aspx
That this is not expected behavior I already know. That's why I asked in the forum if anyone had the same problem. And if so, what was the issue and how it was solved.