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
mustafatop10mustafatop10 

Lightning Component Framework Specialist Super Badge Step 2

Hi all,

I am getting the following error. Please help.

Challenge Not yet complete... here's what's wrong: 
We can't find a Lightning application named "Friends with Boats". Make sure you've created the Lightning application and named it correctly. 


I have an application where created with the app builder called by "Friends with Boats".
I did everything as described. Screenshot of the app:
User-added image


 
SandhyaSandhya (Salesforce Developers) 
Hi,

You need to go to dev console and go to file -> new -> Lightning Application and create it that way. 
<aura:application extends="force:slds">
    <lightning:layout >
                 
                 <lightning:card title="Find a Boat" class="slds-m-top_10px" >
                          <c:BoatSearchForm />
                 </lightning:card>

    </lightning:layout>
</aura:application>

Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
mustafatop10mustafatop10
Hi Sandhya,

You can see my app named FriendswithBoats.app below.
I created this application before you wrote it. But it didn't work.

User-added image