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
Amit GoyalAmit Goyal 

SFDX Push issue: Cannot read property 'getSourcePath' of undefined.

I have retrived the project and converted in SFDX format.
Have dont with the configuration changes whatever required.
When I am pushing the project to scratch org, i am getting the following issue:
Cannot read property 'getSourcePath' of undefined.

I have found that it's a known issue when we made changes in the source of SFDX Project but I am not making any changes in the source.
The thing which i could observe is when i am retrieving the project it's processing like:

=== Status
Status:  InProgress
jobid:  09S7F000001z7Y9UAI

=== Status
Status:  InProgress
jobid:  09S7F000001z7Y9UAI

=== Result
Status:  Succeeded
jobid:  09S7F000001z7Y9UAI

could it be something like getting changes in the source.
Please let me know if someone has some idea.

Thanks