Lightning Web Components Specialist || Challenge No 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 65

  • @OrangeReads
    @OrangeReads 6 หลายเดือนก่อน +1

    Thankyou for the post

  • @pampariabhiram01
    @pampariabhiram01 ปีที่แล้ว +10

    Hey whosoever facing this error
    C:\LWCSuperbadgeProject\Lwcsuperbadgeproject\Lwcsuperbadeproject> sfdx force:source:deploy -x manifest/package.xml
    ERROR running force:source:deploy: Unexpected arguments: -x, manifest/package.xml
    then change your command to "sfdx force:source:deploy -x manifest/package.xml". After 2 hours of struggle, I was able to solve challenge 3.

    • @pluto-nw5de
      @pluto-nw5de ปีที่แล้ว

      bro big thanks, you're a time saver

    • @ramalakshman2499
      @ramalakshman2499 ปีที่แล้ว

      Hi bro I am getting cannot find Declaration element Lightning messageChannel if you know can you please help me bro

    • @pluto-nw5de
      @pluto-nw5de ปีที่แล้ว

      @@ramalakshman2499 use chatgpt bro

    • @jeromemanalaysay6827
      @jeromemanalaysay6827 ปีที่แล้ว

      thanks, my man!!!

    • @mvsupport8602
      @mvsupport8602 ปีที่แล้ว

      That does not work, don’t waste your time trying this

  • @saipavanr4951
    @saipavanr4951 ปีที่แล้ว +2

    Getting error like cannot find declaration of element 'LightningMessageChannel' . Can u pls tell...

    • @shreyadhotkar2501
      @shreyadhotkar2501 ปีที่แล้ว

      getting the same error
      please help

    • @shreyadhotkar2501
      @shreyadhotkar2501 ปีที่แล้ว

      @trailhead Challenge

    • @shreyadhotkar2501
      @shreyadhotkar2501 ปีที่แล้ว

      @trailhead Challenge

    • @SOUMIKSAHA-e1q
      @SOUMIKSAHA-e1q ปีที่แล้ว

      getting the same error

    • @abdulwajid7436
      @abdulwajid7436 8 หลายเดือนก่อน

      Within the package.xml file, spelling of LightningMessageChannel is wrong in the video as it contains "s" in the end. Use the below script in package.xml instead of the one shown in the video
      *
      LightningMessageChannel

  • @trailheadchallenge
    @trailheadchallenge  2 ปีที่แล้ว +2

    Create Folder: messageChannels
    Create: XML File: BoatMessageChannel.messageChannel-meta.xml
    Paste in Packge.xmlfile
    *
    LightningMessageChannel
    Run in terminal:
    sfdx force:source:deploy -x manifest/package.xml

    • @vijetapansari5547
      @vijetapansari5547 2 ปีที่แล้ว

      Still did not work

    • @mvsupport8602
      @mvsupport8602 ปีที่แล้ว

      This shit dont fucking work

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว +1

      Apologies for Let Reply
      Package.XML
      *
      ApexClass

      *
      ApexComponent

      *
      ApexPage

      *
      ApexTestSuite

      *
      ApexTrigger

      *
      AuraDefinitionBundle

      *
      LightningComponentBundle

      *
      StaticResource

      *
      LightningMessageChannel
      55.0
      BoalMessageChannel.MessageChannel-Meta.xml
      This is a sample Lightning Message Channel for the Lightning Web Components Superbadge.
      true
      This is the record Id that changed
      recordId
      BoatMessageChannel

    • @shreyadhotkar2501
      @shreyadhotkar2501 ปีที่แล้ว

      getting error after creating boat xml file

    • @shreyadhotkar2501
      @shreyadhotkar2501 ปีที่แล้ว

      error msg--cvc-elt.1.a: Cannot find the declaration of element 'LightningMessageChannel'.

  • @muthulakshmim5832
    @muthulakshmim5832 ปีที่แล้ว +2

    I have depolyed code successfully.but iam getting an error in challenge like..
    Challenge Not yet complete... here's what's wrong:
    We can’t find the Lightning Message Service channel, BoatMessageChannel. Make sure the channel was created according to the requirements.

    • @theashishahuja
      @theashishahuja ปีที่แล้ว

      same issue Im getting. Did you solve the issue?

    • @muthulakshmim5832
      @muthulakshmim5832 ปีที่แล้ว

      @@theashishahuja yes

    • @theashishahuja
      @theashishahuja ปีที่แล้ว

      @@muthulakshmim5832 how did you solve the issue? Can you please help me with that

    • @muthulakshmim5832
      @muthulakshmim5832 ปีที่แล้ว

      @@theashishahuja did you reset your user name and password in the developer. Salesforce account?

    • @abhshkk
      @abhshkk 6 หลายเดือนก่อน

      @@muthulakshmim5832 Yes, I did still getting that error

  • @natsudragneel5525
    @natsudragneel5525 ปีที่แล้ว +4

    Your walkthroughs are the worst. You have prebuild files that doesn't match with ours and suddenly yours is working. I CAREFULLY FOLLOWED EVERY THING YOU DID BUT GOT AN ERROR. I HOPE THE NEXT TIME YOU TRY TO UPLOAD PLEASE DON'T PAUSE OUT OF NOWHERE AND THEN SUDDENLY THE ISSUE IS FIXED.

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว

      i am apologies for this Error

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว +2

      Package.xml
      *
      ApexClass

      *
      ApexComponent

      *
      ApexPage

      *
      ApexTestSuite

      *
      ApexTrigger

      *
      AuraDefinitionBundle

      *
      LightningComponentBundle

      *
      StaticResource

      *
      LightningMessageChannel
      55.0

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว +1

      BoalMessageChannel.MessageChannel-Meta.xml
      This is a sample Lightning Message Channel for the Lightning Web Components Superbadge.
      true
      This is the record Id that changed
      recordId
      BoatMessageChannel

    • @snehadani11
      @snehadani11 4 หลายเดือนก่อน

      Hi i completed the challenge by watching ur video but i can't see output
      How to see result on org?

  • @samyukthareddy7675
    @samyukthareddy7675 ปีที่แล้ว +1

    It’s showing premature end of file while creating XML .please tell me what to do

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว

      Package.XML
      *
      ApexClass

      *
      ApexComponent

      *
      ApexPage

      *
      ApexTestSuite

      *
      ApexTrigger

      *
      AuraDefinitionBundle

      *
      LightningComponentBundle

      *
      StaticResource

      *
      LightningMessageChannel
      55.0
      BoalMessageChannel.MessageChannel-Meta.xml
      This is a sample Lightning Message Channel for the Lightning Web Components Superbadge.
      true
      This is the record Id that changed
      recordId
      BoatMessageChannel

  • @nikky26satyanikitha75
    @nikky26satyanikitha75 ปีที่แล้ว

    Did u create analytic one or default one in create and manifest project??

  • @theashishahuja
    @theashishahuja ปีที่แล้ว

    Challenge Not yet complete... here's what's wrong:
    We can’t find the Lightning Message Service channel, BoatMessageChannel. Make sure the channel was created according to the requirements.

    • @SudheerKumar-gb3yc
      @SudheerKumar-gb3yc ปีที่แล้ว +1

      try this once : connect your playground with your present connected vs code org and check

  • @karthikkarthik-ip1kc
    @karthikkarthik-ip1kc ปีที่แล้ว

    Hi, i am running the this code in terminal sfdx force:source:deploy -x manifest/package.xml. But I am facing an issue. It is showing "No source-backed components present in the package". Please help me with this.

  • @crazyvlogs2366
    @crazyvlogs2366 ปีที่แล้ว

    Thank you bro

  • @ramalakshman2499
    @ramalakshman2499 ปีที่แล้ว

    Hi i am following your steps but i got error boatmessagechannel file premature end of file can you pls help me out

  • @cursor-marielleteodoro4002
    @cursor-marielleteodoro4002 ปีที่แล้ว

    i keep getting "the specified metadata type is unsupported"
    pls help 🙁

  • @diksharpatil151
    @diksharpatil151 11 หลายเดือนก่อน

    hello i am facing "error:C:\LWCSuperbadeProject\Lwcsuperbagdeproject\Lwcsuperbadeproject\force-app\main\default\messagechannels\BoatMessageChannel-meta.xml: Could not infer a metadata type" plz help me with this

  • @atharvagund2487
    @atharvagund2487 ปีที่แล้ว

    Thank you🙏

  • @karthikkarthik-ip1kc
    @karthikkarthik-ip1kc ปีที่แล้ว

    Hi, I am facing an issue while deploying. Getting error "No source-backed components present in the package".

  • @vikashgupta3082
    @vikashgupta3082 2 ปีที่แล้ว

    can't find manifest folder

    • @trailheadchallenge
      @trailheadchallenge  2 ปีที่แล้ว

      need to create folder manually. name it as a manifest

    • @JohnSaryPaguiligan
      @JohnSaryPaguiligan ปีที่แล้ว

      @@trailheadchallenge hi. can you share the code for Package.xml

    • @dmramsita07
      @dmramsita07 ปีที่แล้ว

      @@trailheadchallenge what about package.xml?

  • @user-qy2rp
    @user-qy2rp ปีที่แล้ว

    why i keep getting error for creating xml file? it says premature end of file. i already watch this video second time n do what u do but still the same problem.pls answer

  • @surajkosurkar775
    @surajkosurkar775 ปีที่แล้ว

    It shows we can't find the lightning Message Service channel, BoatMessageChannel.
    Pls someone help me

  • @Mussuworld786
    @Mussuworld786 2 ปีที่แล้ว +3

    BoatMessageChannel.messageChannel-meta.xml ye file banane k baad error aara h

    • @trailheadchallenge
      @trailheadchallenge  ปีที่แล้ว

      Package.XML
      *
      ApexClass

      *
      ApexComponent

      *
      ApexPage

      *
      ApexTestSuite

      *
      ApexTrigger

      *
      AuraDefinitionBundle

      *
      LightningComponentBundle

      *
      StaticResource

      *
      LightningMessageChannel
      55.0
      BoalMessageChannel.MessageChannel-Meta.xml
      This is a sample Lightning Message Channel for the Lightning Web Components Superbadge.
      true
      This is the record Id that changed
      recordId
      BoatMessageChannel