function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghu Natha 2Raghu Natha 2 

How to debug a lightning component page

Hi

The below code fails to load the App. Can any one suggest me how to view the error using lightning inspector
<aura:component >
    <lightning:input />
</aura:component>

NOTE: <lightning:input name="test" label="hello"/>  --> Updating the code with this line works. But I want to see how to debug the above error
I am using Lightning inspector chrome extension. But cannot see the error.

User-added image

 
 
Prathyu bPrathyu b
Hi Raghu,

Select Console in the inspector. It will give all details.

User-added image
 
Raghu Natha 2Raghu Natha 2
Hi Prathyu,
Thank you for the replie, But I dont see any error message in the console. All I see is the below message in console.

"The SSL certificate used to load resources from https://playful-badger-11600-dev-ed.lightning.force.com will be distrusted in M70. Once distrusted, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information. DemoApp.app:1"