Hi,
I am currently going through the following tutorial.
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?
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.