sfdx-isv / fsc-demo-pack

Helps jump-start development against Salesforce Financial Services Cloud by providing an ADK Build Pack capable of creating a basic FSC demo org.
MIT License
17 stars 20 forks source link

Can't select correct devHub when working with multiple devHub's #8

Closed lucas-saito closed 4 years ago

lucas-saito commented 4 years ago

During devHub selection I always get a list of devHub's, but I can't see the correct one.

This issue occur when running sfdx falcon:adk:create or falcon:adk:clone

VivekMChawla commented 4 years ago

@lucas-saito can you share a screenshot of what you're seeing at falcon:adk:create?

lucas-saito commented 4 years ago
screenshot_falcon

@VivekMChawla this is the list of devHubs I see. None is the one I want to use for this project.

VivekMChawla commented 4 years ago

@lucas-saito if you run sfdx force:org:list does the expected DevHub show up as "Connected"?

If yes, are you able to log into that org via sfdx force:org:open -u YourDevHub and successfully navigate to the "Scratch Org Infos" object and view any of your records there?

Alternatively, can you confirm you can create a scratch org using sfdx force:org:create using the DevHub that's not showing up on this list?

lucas-saito commented 4 years ago

@VivekMChawla I can run and see the expected DevHub as connected, and I'm also able to login and see scratch org info. After I create one scratch org from my devHub I was able to see it on the list. I'll continue with my testings now. Thanks.