-
## Issue
The Google Login Screen is not loaded. It shows a page with 404 instead.
```
config = {
clientId: ,
clientSecret: ,
redirectUrl: ,
scopes: ['openid', 'profile', 'email'],
…
-
Running the sandbox:create command and looking at the json being returned - it seems to be returning the json 3 times for the 1 sandbox creation.
`sfcc-ci sandbox:create -r xxxx -t 1 -j -s`
Here…
-
https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/content/b2c_commerce/topics/admin/b2c_waf_log_ocapi_references.html?cp=0_4_8_15_4_5
-
I am on WINDOWS and seem to be the only one of my colleagues who face this issue when running `npx sfcc-ci code:deploy`
resulting in the error message "The requested URL was not found on this server.…
-
I was trying to use the new slas commands, but I believe on v2.8.0 the options are accidentally switched. It looks like sfcc-ci is picking up the tenant from the shortcode option and the shortcode fro…
-
PWA Kit environments can be managed using APIs. It would be great if we can add this to SFCC-CI to allow common tool to handle both b2c backend and pwa kit frontend
https://developer.commercecloud.…
-
The DynamicImage component can produce DIS links that are not working due to DIS limitations. This is caused by `mapWidthsToSrcSet` which calculates the widths. DIS has a size limitation of 3000px thi…
-
**Is your feature request related to a problem? Please describe.**
It seems that there is currently no way to retrieve the body of an API request in error.
This is a real pain point as I have cust…
-
Most projects have "auto-failing" enabled of orders to free up inventory for people not finishing their order within a certain timeframe.
In one of our projects we hade the following scenario with …
-
there are 2 missing basket functions
PATCH
patchBasketsByIDGiftCertificateItems(basketId, body)
to update and existing gift certificate item on a basket
and
DELETE
deleteBasketsByIDGiftC…