• Zach McElrath
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 2
    Replies
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

 
  • January 15, 2019
  • Like
  • 1
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

 
  • January 15, 2019
  • Like
  • 1