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
Matyas CsabaMatyas Csaba 

Friends with Boats and Lightning Component Framework Specialist

Hello Helpers

I am stucked with the second step in the Lightning Component Framework Specialist  badge
I keep getting the below  error message

Error when validating
what is not clear  to me  is  that the term "Friends with Boats"  reffer to  the Lightning page  or to the lightning app. The reqquirement is not clear  for  me. 
"Create a Lightning page named Friends with Boats that uses the Main Column and Right Sidebar Layout. Put the BoatSearch component in the main column. Activate the page as a new tab in Lightning Experience and the Salesforce App. Lastly, create a Lightning application named FriendswithBoats.app that is directly accessible via its URL, with a layout that is similar to the Lightning page. Use... "

The error message is misleadign for me.
There  was no requirement to  create  Application  with Name "Friends with Boats" !! 
There is  a PAGE  with that name.  The required lightning app is called  "FriendswithBoats"


My problem is that I  have both but still fail the validation.  It migh be a namig convention issue or a mispelled word but fitrst I need to know where to look  for
See some pictures  and code from my  Playrounf org  for page and for Application

this prove I  have the page
The above picture prove that I have the Lightning PAGE

This sprove i have the App
The above  picture  prove that I have the FrisndswithBoat.app lightning Application   


and  here is the code  for the FriendswithBoat.app   

<aura:application extends="force:slds" >
    <lightning:layout >
    <div class="slds-grid slds-gutters">
          <div class="slds-col slds-size_2-of-3">
            <c:BoatSearch/>
          </div>
          <div class="slds-col slds-size_1-of-3">
            <span></span>
          </div>
    </div>
      </lightning:layout>
</aura:application>


I  can not figure out  what i am missing here

Thanks in advance
Csbaa
José CardosoJosé Cardoso
Could it be that you mistyped: you named your app "FriendswithBoat.app" and should be "FriendswithBoats.app"?