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
John KoonsmanJohn Koonsman 

visual studio code Cannot deserialize instance of boolean from VALUE_STRING value True or request may be missing a required field

Greetings!

In Visual Studio Code, when I try to Create a Scratch Org, I receive the following error:

Cannot deserialize instance of boolean from VALUE_STRING value True or request may be missing a required field
Best Answer chosen by John Koonsman
John KoonsmanJohn Koonsman
That was it!

All Good!

Many thanks!!!!

All Answers

Raghu NaniRaghu Nani
Hi John,

Can you try instead of "True", to "true" . 

Regards,
Raghu
John KoonsmanJohn Koonsman
That was it!

All Good!

Many thanks!!!!
This was selected as the best answer
Bhupendra Mehra 4Bhupendra Mehra 4
Try 0 or 1 , Worked for me