You need to sign in to do that
Don't have an account?

Scratch Org Creation Error: Fatal Signup Error
Hi,
I'm doing the below trail to create a scratch org using the procedures and getting the below error:
ERROR: A fatal signup error occurred. Please try again. If you still see this error, contact Salesforce Support for assistance. sfdx-project.json.
Any help would be appriciated.
https://trailhead.salesforce.com/content/learn/projects/quick-start-salesforce-dx/create-and-test-our-scratch-org
project-scratch-def:
{
"orgName": "Dreamhouse",
"edition": "Developer",
"hasSampleData": "false",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"selfSetPasswordInApi": true,
"s1EncryptedStoragePref2": false
}
}
}
sfdx-project.json:
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "dreamhouse",
"versionNumber": "3.0.0.NEXT",
"versionName": "Winter '19"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "44.0",
"packageAliases": {
"dreamhouse": "0Ho1I000000XZDVSA4",
"dreamhouse@2.0.0-4": "04t1I0000036seVQAQ",
"dreamhouse@3.0.0-5": "04t1I0000036u98QAA"
}
}

I'm doing the below trail to create a scratch org using the procedures and getting the below error:
ERROR: A fatal signup error occurred. Please try again. If you still see this error, contact Salesforce Support for assistance. sfdx-project.json.
Any help would be appriciated.
https://trailhead.salesforce.com/content/learn/projects/quick-start-salesforce-dx/create-and-test-our-scratch-org
project-scratch-def:
{
"orgName": "Dreamhouse",
"edition": "Developer",
"hasSampleData": "false",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true,
"selfSetPasswordInApi": true,
"s1EncryptedStoragePref2": false
}
}
}
sfdx-project.json:
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "dreamhouse",
"versionNumber": "3.0.0.NEXT",
"versionName": "Winter '19"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "44.0",
"packageAliases": {
"dreamhouse": "0Ho1I000000XZDVSA4",
"dreamhouse@2.0.0-4": "04t1I0000036seVQAQ",
"dreamhouse@3.0.0-5": "04t1I0000036u98QAA"
}
}
So, I had also faced the same issue.
I'm having one of the solution i.e please initilize you project again by using the commands like mentioned below
1)sfdx version
2)cci project init
3)cci service connect devhub --project
(If it ask username enter the CCiDevHub) and after that select Y.
4)cci flow run dev_org --org dev
If it works for you please like it.
Thanks &Regards
Sai.