Skip to main content

Hi, 

 

I am currently going through the following tutorial.

 

https://trailhead.salesforce.com/de/content/learn/projects/develop-app-with-salesforce-cli-and-source-control/develop-new-feature-map-component?trailmix_creator_id=strailhead&trailmix_slug=prepare-for-your-salesforce-javascript-developer-i-credential

 

When I enter the following command

 

```

 

sfdx force:source:push

 

```

 

I get the following error:

 

```

sw@MacBook-Pro sfdx-chan % sfdx force:source:push                 

Job ID | 0Af1X000012P2wySAC

SOURCE PROGRESS | ██████████████████████████████████████░░ | 48/51 Components

TYPE   PROJECT PATH                                                               PROBLEM

─────  ─────────────────────────────────────────────────────────────────────────  ───────────────────────────────────────────────────────────────────────────────────────────────

Error  force-app/main/default/flexipages/Property_Record_Page.flexipage-meta.xml  Property 'componentInstances' not valid in version 49.0 (3:23)

Error  force-app/main/default/applications/DreamHouse.app-meta.xml                Property_Record_Page ist nicht vorhanden oder ist keine gültige Überschreibung für Aktion View.

Error  force-app/main/default/objects/Property__c/Property__c.object-meta.xml     Property_Record_Page ist nicht vorhanden oder ist keine gültige Überschreibung für Aktion View.

 

```

 

Any idea on how to solve this?

4 comentarios
  1. 15 oct 2020, 13:19
    Yeah, as I said, it was the fastest solution I found. By the way, I have opened a case yesterday to the Trailhead team, and they will fix this content in the next trailhead releases, so the next guys that will take that same project will not spend time to realize what is wrong.
0/9000