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
NatsuNatsu 

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"
    }
}

User-added image

 
Zach McElrathZach McElrath
We are also experiencing this same issue as of this morning. SFDX is integral to our CI pipeline and it is completely failing. We made no changes, it's just failing universally during the sfdx force:org:create step. Any ideas or assistance would be very much appreciated!
Tom ZTom Z
I'm running into this error as well, but I'm new to SFDX. As far as I can tell I've been following the instructions as provided. I'm not sure how to proceed.
Deborah Engelmeyer 4Deborah Engelmeyer 4
We are also experiencing this issue as of this morning, but only on the Windows Server machine using JWT tokens to authenticate.
Deborah Engelmeyer 4Deborah Engelmeyer 4
I just tried the CI again, and the scratch org was created.  Looks like Salesforce fixed the problem.
Zach McElrathZach McElrath
Everything's working again for us. Agreed, looks like Salesforce fixed the problem!
cumulusci2 twocumulusci2 two
Sry for the late reply
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.