-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting "The requested resource does not exist" when using sfdx commerce:store:create --store-name teststore -u testCC #282
Comments
I have the same issue. I do not have this object on my scratch org. |
The same case(((( |
I have the same issue... |
Same for me: |
@lucam75 @AVATOR @mishapapash @ihor-shchepilov @ViraOsinaCT Thank you for expressing your issue. I know where this issue is coming from. "ShippingConfigurationSet" is a new entity that has been introduced in salesforce api version 60. Your scratchorg version is likely older than that. If you are just working with a devhub in a steam environment just create a new scratchorg using the plugin. Please use the latest release, |
@tarcang I've tried creating a store with @salesforce/[email protected] as suggested. It does not show an error that ShippingConfigurationSet does not exist, but the object itself is missing: "code": 1, Moreover, 250.1.0 triggers another error: { |
@ViraOsinaCT Would you mind creating a new scratch org in api version 60 using the plugin? Your scratch org may be missing a feature permission. If you want to keep the same scratchorg, check the scratch definition file we are using and compare the features and settings. |
@tarcang I've created a new scratch org in api 60: But when I proceed to create a new Store in this org I still get the same error: { |
Can you try using the https://www.npmjs.com/package/@salesforce/commerce/v/248.1.3 version of the plugin? This one doesn't have the source files that have ShippingConfigurationSet. Older scratch orgs need to use the older version of the plugin. |
I'm having the below problem when running
sfdx commerce:store:create --store-name teststore -u testCC
Running in isolation the failed command responds with the same error.
I'm running this in my local environment over the
develop
branch.The text was updated successfully, but these errors were encountered: