238
Views
4
Comments
Cannot read properties of null (reading 'style')
Application Type
Reactive
Service Studio Version
11.54.6 (Build 62311)

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?


2023-08-28 07-00-10
Paulo Torres
Champion

Hello,

Do you have a custom JS running in this page?

2022-07-25 09-47-59
Simran Vaswani

Hi @Paulo Torres 


No, We are not using any kind of custom JS.

2023-04-07 07-55-02
Krushna Mantri

Hi Simran,

Is it possible to share OML file so we can investigate

UserImage.jpg
vijay r

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. 

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