function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhishek MallikAbhishek Mallik 

Unable to deploy source to dev-hub enabled org

I have done the steps as mentioned in other posts as well:
 
1. Enable communities.
2. Delete the Product field from the Case object.
3. Update E_Bikes.site-meta.xml
4. Update E-Bikes Profile.profile



Now while executing the below command:
 
sfdx force:source:deploy -p force-app/main/default -u ebikesDE



I am getting below error:
PROJECT PATH ERROR ──────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────── force-app/main/default/flexipages/Order_Record_Page.flexipage-meta.xml You can't change a Lightning page's associated object. force-app/main/default/flexipages/Product_Record_Page.flexipage-meta.xml You can't change a Lightning page's associated object. force-app/main/default/objects/Order__c/Order__c.object-meta.xml 0M02v000000vrBO does not exist or is not a valid override for action View. force-app/main/default/objects/Product__c/Product__c.object-meta.xml 0M02v000000vrBV does not exist or is not a valid override for action View. ERROR running force:source:deploy: Deploy failed.