I did the following steps:
Actual:
What steps do I need to do?
Hello,
Depending on the size and complexity of your modules and applications, finding out what exactly needs to be republished, and in what order, due to outdated dependencies can be a real pain. What I suggest is that you create a solution with all your modules and publish it.
Thanks for your answer.
I already did that.But it's not working.Do you have another idea?
Hi Lam Thai Dinh,
Check in your code for cycle references.
You can check it using discovery tool.
https://www.outsystems.com/forge/component-overview/409/discovery
https://success.outsystems.com/documentation/best_practices/architecture/designing_the_architecture_of_your_outsystems_applications/validating_your_application_architecture/
Try also to remove unused references in the involved eSpaces, sometimes there are unneeded references added.
Hope that it helps you
Thanks for your idea.Let me check