You need to sign in to do that
Don't have an account?
Yan Kuang
For Developer Intermediate > Lightning Components Basics > Attributes and Expressions Challenge Issue
For Developer Intermediate > Lightning Components Basics > Attributes and Expressions challenge, even though it verified, but page is not displaying correctly.
It gave the following error when trying the run the page.
This page has an error. You might just need to refresh it.
Aura.loadComponent(): Failed to initialize application.
An internal server error has occurred
Error ID: 1877814438-103028 (-1501584897)
If I remove the required="true" from the aura:attribute it loads but it doesn't load any data.
It gave the following error when trying the run the page.
This page has an error. You might just need to refresh it.
Aura.loadComponent(): Failed to initialize application.
An internal server error has occurred
Error ID: 1877814438-103028 (-1501584897)
If I remove the required="true" from the aura:attribute it loads but it doesn't load any data.
Please check if you have enabled namespace in your org as this challenge will not be passed if you have enabled.
Below is the code which worked for me.
Please refer below link for a similar issue.
https://developer.salesforce.com/forums/?id=906F0000000kCoeIAE
Hope this helps you!
Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
Thanks and Regards
Sandhya
Thank you for the response, I think I am able to get it working now.
Thanks,
Yan