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
Vladimir BessonovVladimir Bessonov 

error Invalid sourceApiVersion found in sfdx-project.json. Expected 48.0, found 49.0

Hi. How to fix this issue? 

when I try to deploy with api 48 - I recevie the following:
XXX_Record_Page.flexipage-meta.xml Property 'itemInstances' not valid in version 48.0 (3:23) 
If I comment out  'itemInstances', then I get error about <componentInstanceProperties> 
ANUTEJANUTEJ (Salesforce Developers) 
Hi Valdimir,

I see that there was a similar issue can you check if all the steps are followed as mentioned in the below link:

>> https://salesforce.stackexchange.com/questions/296478/getting-error-when-running-jest-tests-with-sfdx-project-at-version-48

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
Vladimir BessonovVladimir Bessonov
My Metadata API is 49. 
Is sfdx-jest compatibe with version 49?  "Expected 48.0, found 49.0"


I