Error on creating a default scratch org, terminal returns an error "The specified org vscodeOrg is not a Dev Hub." when running the 'Create a default scratch org' command with the defaulted entries. I have authorized dev hub in the step prior successfully but cannot find a way to get around this step.
Hello@Tanner Beaulieu,
Please run this command first
sfdx force:auth:web:login -d -a DevHub
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JgDwiSAF
The "Dev Hub - Scratch Org Step" error indicates that the organization you've connected to isn't configured as a Dev Hub. To resolve this, ensure you've authorized the correct Dev Hub org in VS Code, double-check your VS Code settings, and consider re-authorizing the Dev Hub. For detailed guidance and troubleshooting, refer to the official Salesforce DX documentation.