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
Raymond Page 8Raymond Page 8 

Unable to complete Packages Module

Attempting to follow instructions for Packages module. (https://trailhead.salesforce.com/trails/sfdx_get_started/modules/unlocked-packages-for-customers/units/build-your-first-unlocked-package)

Get to step with CLI instruction:
sfdx force:org:create --definitionfile config/project-scratch-def.json --durationdays 30 --setalias MyScratchOrg

Getting error after waiting for a few minutes/retries as shown below although the error codes change slightly.  I have retried several times, logged out and back in.  I am using a DevHub org.  Not sure what to do... can someone provide some assistance please?!

ERROR:  An unexpected error occurred. Please contact Salesforce Support and provide the following error code: 1233846976-108400 (-1373703285).
NagendraNagendra (Salesforce Developers) 
Hi Raymond,


This type of error indicates that an error has occurred that hasn't been trapped by the platform - a low-level java exception for example.  All you can really do in terms of resolution is to file a support case with Salesforce and provide them the error ID that you are getting to get more information.
 
If you need to move quicker than, start removing functionality from the component to isolate where the problem occurs and see if there are any other mechanisms you can use.

You can follow a support case by following these [1] directions: Please mark this as solved if the information helps.

Regards,
Nagendra.
Raymond Page 8Raymond Page 8
Nagendra,

Thank you for the info and advice.  I will submit a support case.

Thanks,

Ray