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
Sebastian MelginSebastian Melgin 

"Learn the Process for Developing Lightning Components"

Hi Guys,
I'm trying to complete this challenge, but I don't understand the error I have.
I've created "myFirstComponent" with the following on their .cmp file:
<aura:component >
	 I am proficient in JavaScript
</aura:component>
After that I've created the "harnessApp" Lightning Application with this on it:
<aura:application >
	<c:myFirstComponent />
</aura:application>
And the error is ... 
Error trying to check the challenge

Any help on that ?
Thanks.
Neha Goel 19Neha Goel 19
Please make sure you are working and validationg in same org.

Through this screenshot it seems that it is validiting in org contains following username i.e "amaigin@intergrupa.com"
gus_ucsfgus_ucsf
I'm having the same issue, i left that module without completion becuase of that same. Did you figure it out @SebastianMelgin?
Rick BlakeRick Blake
I'm having the same issue. Did you find a solution?
Sebastian MelginSebastian Melgin
Add on the <application> tag, the property implements="force:appHostable". Also in <component> tag on myFirstComponent