deploy-to-sfdx icon indicating copy to clipboard operation
deploy-to-sfdx copied to clipboard

GUID: e462ddd5-1a08-1aef-28fb-7ac33248afad ERROR running force:org:create: We've deprecated OrgPreferences

Open conductorsha opened this issue 5 years ago • 0 comments

Hello! I'm trying to deploy the Enstein package on trial 30 day Dev Hub org(https://github.com/muenzpraeger/salesforce-einstein-platform-apex). And receiving the following error:

GUID: e462ddd5-1a08-1aef-28fb-7ac33248afad ERROR running force:org:create: We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings. Replace the orgPreferences section: { "orgPreferences": { "enabled": [ "S1DesktopEnabled" ], "disabled": [ "S1EncryptedStoragePref2" ] } } With their updated settings: { "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true }, "mobileSettings": { "enableS1EncryptedStoragePref2": false } } } For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'

  1. GUID: e462ddd5-1a08-1aef-28fb-7ac33248afad ERROR running force:org:create: We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings. Replace the orgPreferences section: { "orgPreferences": { "enabled": [ "S1DesktopEnabled" ], "disabled": [ "S1EncryptedStoragePref2" ] } } With their updated settings: { "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true }, "mobileSettings": { "enableS1EncryptedStoragePref2": false } } } For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'
  2. Set instance url to https://amazing-appy-314566.my.salesforce.com.
  3. Successfully cloned https://github.com/muenzpraeger/salesforce-einstein-platform-apex.
  4. Using .salesforcedx.yaml found in repository.

Any clues?

conductorsha avatar Jan 03 '20 12:01 conductorsha