You need to sign in to do that
Don't have an account?

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
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
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
Is there any solution for this?
I am getting same error like this.
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?
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 " .
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