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
Pradeep Kumar (www.pradyblog.com)Pradeep Kumar (www.pradyblog.com) 

error in sfdx force:source:push "An unexpected error occurred. Please include this ErrorId if you contact support: 1349018468-7095 (-272920636) (2264:13)"

When i run sfdx force:source:push, i get following error. Even -g and -f option do not work.
PROJECT PATH ERROR ──────────────────────────────────────────────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── N/A An unexpected error occurred. Please include this ErrorId if you contact support: 1349018468-7095 (-272920636) (2264:13) N/A exceeded the allowed number of fields to track on a given entity (2316:13) force-app\main\default\layouts\CaseTracker__c-Case Manager Layout.layout-meta.xml In field: relatedList - no CustomField named EmailMessage.Case_Manager__c found (89:19) force-app\main\default\objects\CaseTracker__c.object-meta.xml exceeded the allowed number of fields to track on a given entity force-app\main\default\layouts\ApprovalDetail__c-Approval Detail Layout.layout-meta.xml In field: field - no CustomField named ApprovalDetail__c.Case_Manager__c found (13:26) force-app\main\default\layouts\Comment__c-Comment Layout.layout-meta.xml In field: field - no CustomField named Comment__c.Case_Manager__c found (13:26)
Rajeev sfdcRajeev sfdc
Check History track on one object is limited to 20.

You can select up to 20 standard and custom fields per object. You can’t track:
Formula, roll-up summary, or auto-number fields
Created By and Last Modified By

Make sure you are pushing Case_Manager__c field.

https://help.salesforce.com/articleView?id=tracking_field_history_for_custom_objects.htm&type=5