Hello
I have app has Main Lib holds the style guideline , this lib consumed by another reactive app that act as foundation , and has only shared custom menu without any main flow , and it shareds between all end users apps !
now i got the following error
Foundation or Core module with screens Core module consumed by Foundation how can i fix this issue please !!!
HOW TO SOLVE IT !!!
Hi,
Let me first suggest following OutSystem's drawing of architecture. Basically, you would need to rotate your drawing 180 degrees.
For more information on the Architecture Canvas see:
See previous posts on this topic:
And the documentation on how to fix them after you identified they are not false positives:
Regards,
Daniel
Hi Omar,
I suspect that there's something contain a wrong design on your foundation module.
For best practice, here's a sample how it should work in your scenario
And like what @Daniel Kuhlmann said, try to follow the Architecture Canvas, and it should give you a better idea on how to design the structure of your application.
Hope this help.
this is exactly how it looks like