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
Vijay AdusumilliVijay Adusumilli 

Lightning Component Framework Specialist Super Badge

I am getting the following error even though I have the application:

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 am able to invoke the application using:  https://brave-badger-292426-dev-ed.lightning.force.com/one/one.app#/n/Friends_with_Boats

I tried both the names of Friends_with_Boats and FriendswithBoats.

Please let me know what I am missing.

Thanks
Trailhead PlatformDevTwoTrailhead PlatformDevTwo
Hi,
I am also getting the following error even though I have the application:

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.
Please provide solution.

Thanks
Joe Bauer 4Joe Bauer 4
From the looks of your url it looks like you used App Builder to build your lightning app. That's not what they want. It says it must be FriendswithBoats.app and accessible in the url. So you need to go to dev console and go to file -> new -> Lightning Application and create it that way. 
Anuj ShahAnuj Shah
Hello All,

Is there any solution for this?
I am getting same error like this.

 
mustafatop10mustafatop10
Hi Joe Bauer4,
I created the FriendswithBoats.app. How do we access this application from the url? 
Where do I create the application with named "Friends with Boats"?
Can you please write more in detail?
 
Janet EpebinuJanet Epebinu
Hi,
I also had the above error. Follow the steps in Joe Bauer4's answer to create the app.  Click Preview on the right-hand side, this will navigate to a page with a URL that is like - https://...-dev-ed.lightning.force.com/c/FriendswithBoats.app.  Check the URL of your Lightning application because it is possible you have "FriendswithBoat.app" (which was the mistake I made)  instead of "FriendswithBoats.app " . 
Gauri Jadhav 5Gauri Jadhav 5
Hi,
For Creating the "Friends with Boats" application not a application page you getting a error in application. For that follow the steps go to the
setup----->Developer console----->click on NEW------>Lightning Application----->put name as"Friends with Boats".

FriendswithBoats.app :
<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>

Thank you
Amol KastureAmol Kasture
Dear All my Developer....
In this challenge if read the instruction givne carefully then you will understood what you need to do:

"Add these Aura components to a Lightning page named Friends with Boats, and activate the page as a new tab in Lightning Experience and the Salesforce App. Lastly, create a Lightning application named FriendswithBoats.app that has a layout that is similar to the Lightning page."

======================================================================================================


So as per instructions given :
1. You need to create the  "Friends with Boats" App Builder to build your lightning app and save it.
2. You also need to ceate the App named as "FriendswithBoats" from the developer console. And for this use following steps:
     setup----->Developer console----->click on NEW------>Lightning Application----->put name as"FriendswithBoats".

So you need to perform this two things. Then and then your challenge will complete successfully.



IF YOU LIKE MY SOLUTION , THEN PLEASE MARK AS BEST SOLUTION HERE.

Thanks:
Amol K