You need to sign in to do that
Don't have an account?

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.

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.
Select Console in the inspector. It will give all details.
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"