Reference the same node multiple times in order-before:

Hi,
We are facing an issue with the dynamic component usage. As we created 8 of the banner components in the same container in our application. We are getting the warning while we drag and drop the 8th component to the list.

[INFO] [talledLocalContainer] 26.07.2022 11:41:09 WARN  main [ConfigurationContentService.warnForDuplicateOrderBefores:251] Following node(s) reference the same node multiple times in order-before:
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicHeroeBannerCarousel in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicHeroeBannerCarousel.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicHorizontalCollection in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicHorizontalCollection.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicSideBySideBanner in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicSideBySideBanner.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicSideBySideBanner1 in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicSideBySideBanner1.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicSideBySideBanner2 in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicSideBySideBanner2.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicTextLinkBanner in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicTextLinkBanner.yaml], 
[INFO] [talledLocalContainer]     /hst:cms/hst:configurations/public/hst:workspace/hst:containers/homepage/main/DynamicTextLinkBanner1 in cms/cms/cms/cms-repository-data-site [content: hst/configurations/public/workspace/containers/homepage/main/DynamicTextLinkBanner1.yaml]
[INFO] [talledLocalContainer] 26.07.2022 11:41:09 WARN  main [ConfigurationContentService.warnForDuplicateOrderBefores:251] Following node(s) reference the same node multiple times in order-before:

Above mentioned is the warning occurring for all those components. Here the same order-before is applying for all these components. My requirement is not to have any order for all these. The user should be able to drag and drop inside the same the container. But the order-before is only same for all the components. Let me know if my understanding is correct or not. Expecting a better solution for this.

You can delete the order-before directives from the yaml files. This is likely due to autoexport, and should only happen when you make changes on your localhost. No autoexport on servers, so if you remove the directive it should be fine.

Hi Thanks for the reply,
I have tried that already but it is not resolving the problem.
Removing the order-before makes the last component at the top of the order.