trailheadapps / dreamhouse-lwc

Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
https://developer.salesforce.com
Apache License 2.0
382 stars 768 forks source link

Remove lightningExperienceSettings from project-scratch-def.json #321

Closed steinwinde closed 3 years ago

steinwinde commented 3 years ago

Creation of scratch org with the given project-scratch-def.json fails with the error message:

=== Component Failures [1] [...] Error shape/settings/LightningExperience.settings settings/LightningExperience.settings Not available for deploy for this API version ERROR running force:org:create: Failed to deploy settings to scratch org.

After removal of lightningExperienceSettings, the scratch org is created. (sfdx-cli 7.109.0 , scratch org 52.0) The setting appears not to work with an up-to-date environment anymore. Or have I missed anything?!

github-actions[bot] commented 3 years ago

Welcome! 👋

Thank you for posting this issue. 🙇🏼‍♂️ We will come back to you latest within the next 48h (working days). Stay tuned!

steinwinde commented 3 years ago

I apologize - an older salesforcedx plugin was hanging around. (Nevertheless the lightningExperienceSettings might be unnecessary these days.)