Skip to main content Únase a nosotros en TDX, en San Francisco, o en Salesforce+ los días 5 y 6 de marzo en la conferencia para desarrolladores sobre la era de agentes de IA. Registrarse ahora.

I am so close yes still a little far - I am working on the challenge for this Section Deploying Lighting Web Component Files - I created the files in the exercises - that were required in the challenge

  • bikeCard.html
  • bikeCard.js
  • bikeCard.js-meta.xml

I did all the other requirements listed below

  • Deploy the bikeCard component files to your org
  • Create a Lightning app page:
    • Label: Bike Card
    • Developer Name: Bike_Card
    • Add your bikeCard component to the page
    • Activate the page for all users

I get error message

Challenge not yet complete in Deploy LWC Playground

We can't find a Lightning Web Component named 'bikeCard

 

I attached screen shot - Please help I am so close to completing this section. I can feel it. Another quiz. Another challenge. Then another Pre Exam Module - then I can enter the relm of taking the exam to become a Salesforce Developer I Oh My!  I can do this! Thank you for any and all help!

 

#Trailhead Challenges  #Trailhead

9 respuestas
  1. 1 dic 2023, 14:57

    Please make sure the module is pointing to the correct Org. Your VSCode could be connected to one org and the Trailhead module to something else. Simple error but that can trip you up.

  2. 21 ago 2023, 15:04

    I was hitting this same issue. The problem was that trailhead was looking for the component in my dev hub org, rather than in my scratch org. Of course, the previous module in the trail (Set Up Your Lightning Web Components Developer Tools) just taught us how to deploy to a scratch org. I couldn't figure out how to tell the activity checker to look in the scratch org rather than the dev hub org. I got past the issue by using "SFDX: Authorize and Org" to re-auth to my playground/dev hub org, and then repeating the steps in the lesson to deploy there.

     

    This was a bad experience. I've taken three or four modules now on working with playgrounds, and I still don't understand.

  3. 20 mar 2022, 19:11

    Hey @Carol Walgenwitt,  

    I am a member of Trailhead Help, I assume that this issue needs further review. We will create a case on behalf of you for this issue and reach out to you via email to investigate further. 

      

    Thank you! 

     

    ++CreateTrailheadCase 

  4. 16 mar 2022, 1:42

    Hi Carol, 

     

    In bikeCard.js-meta.xml file please below line. 

    In LWC you need to set the visibility of the file.

     

    <?xml version="1.0" encoding="UTF-8"?>

    <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">

    <apiVersion>52.0</apiVersion>

    <isExposed>true</isExposed>

    <targets>

    <target>lightning__AppPage</target>

    <target>lightning__HomePage</target>

    <target>lightning__Tab</target>

    </targets>

    </LightningComponentBundle>

  5. 21 mar 2024, 8:18

    Hi. make sure to "save" your VSCode files. I encounter the same error without realizing it wasn't saved.

  6. 16 mar 2022, 23:18

    Hi Ram - In LWC you need to set the visibility of the file. I already did that. Not workig. Still get the error message.

     

    Hi Mohit - my trailhead language has always been set up as English

     

    Hi Keiji, your link is a bit confusing. It states to change the lwc to bikecontainers then back to bikeCard. I am more confused then before. I am going to put this issue back out to the community because I am still getting the error and need to move on and cannot until I complete this challenge. Thank you.

  7. Mohit Kumar Agarwal (Dell Technologies) Forum Ambassador
    16 mar 2022, 2:59

    Pls make sure your trailhead language has been set up as English

0/9000