
I have an issue from Salesforce when i'm trying to create a scratch Org and i have no more details than what you can read below.
sfdx force:org:list ->
VALUE / LOCATION / ALIAS / USERNAME / ORG ID / CONNECTED STATUS
───────────────────────────────────
(D) myDevHub xxx@yyyy.ooo xxxxxxxxxxxxxxx Connected
sfdx force:org:create -f .\config\project-scratch-def.json ->
ERROR: A fatal signup error occurred. Please try again. If you still see this error, contact Salesforce Support for assistance. sfdx-project.json.
Here is my scratchOrg configuration file :
{
"orgName": "XXX",
"country": "FR",
"edition": "Enterprise",
"description": "My Scratch Org",
"hasSampleData": true,
"features": ["AuthorApex", "DebugApex", "DefaultWorkflowUser", "ExpandedSourceTracking", "ForceComPlatform"],
"orgPreferences" : {
"enabled": ["S1DesktopEnabled", "ChatterEnabled"],
"disabled": ["IsNameSuffixEnabled"]
}
}
1 respuesta
Hi Hugo,
In case you don't receive a response here, may I also suggest joining the Developer Community Forums below to collaborate with the experts for best practice and advice.
https://developer.salesforce.com/forums
Thanks!