67
Views
4
Comments
Can't refresh dependencies when updating the CW module

I did the following steps:

  1. Add one more field in Entity in the CS module and publish
  2. Refresh dependency in the CW module and publish
  3. Click refresh icon on manage dependencies popup in the UI module

Actual:

  • Auto-uncheck the in-use components from the CW module.
  • Auto-check the not-used components.

What steps do I need to do?

2019-09-30 07-35-56
Aurelio Junior

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.

2022-11-01 01-58-16
Lam Thai Dinh

Thanks for your answer.

I already did that.
But it's not working.
Do you have another idea?

UserImage.jpg
Alexandre Yip

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 

2022-11-01 01-58-16
Lam Thai Dinh

Thanks for your idea.
Let me check

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.