Hi,
I am getting this error when I am navigating back from a detail page to list page. This error is in-consistent as it is appearing only in some systems and not all even for the same records.
Does anyone has any idea on when and why this error occurs?
Hello,
Do you have a custom JS running in this page?
Hi @Paulo Torres
No, We are not using any kind of custom JS.
Hi Simran,
Is it possible to share OML file so we can investigate
Hi @Simran,
Are you using any scripts/ components based on ID instead of Class.(Eg: Tabs component / wizards)
I faced similar issue while using scripts /styling using Id instead of classes, this occur when you try to use Id of container / any component which is not rendered.
As Outsystems dynamically generate the Id, try to identify if the root cause is because of this. The solution you can apply is either use the styling / rendering when ID is ready or use classes instead of Id.