John Boxall
John Boxall
Hey folks, **Thanks so much for this great tool!** I'm scripting management of our on-demand instances and having trouble using the `access_token` returned by `sfcc-ci auth:client` to do it. As...
This is an opinionated fix for https://github.com/SalesforceCommerceCloud/sfcc-ci/issues/265. 1. Removed `slas:tenant:list`. Its backing API requires a staff only / internal role today. 2. Reworked the options for `slas:tenant:add`. Generally I removed...
When you're first setting up SLAS for use with PWA Kit (or another headless storefront) it might be nice if there was a fast path "setup" (or similar) command that...
### Steps To Reproduce 🪜 1. Open https://pwa-kit.mobify-storefront.com/ and login as a registered shopper 2. Change your password: https://pwa-kit.mobify-storefront.com/global/en-GB/account 3. Try to add a product to your basket. ### Expected...
In high control IT environments, outgoing traffic may required to route through a central corporate proxy: Browser -> DevServer -> Corp Proxy -> Internet. Currently using PWA Kit development server...
Folks often want to protect their in-progress or non-production storefront from prying eyes. [HTTP basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) (same mechanism as storefront protection in B2CE) is one way to do this. This...
URLs may contain multivalue query parameters. _That is a parameter with the same name may appear multiple times in a query string: `?q=123&q=abc`._ As an example, SCAPI's product search API...
Managed Runtime supports the [`stale-while-revalidate`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#stale-while-revalidate) cache control directive. We should consider changing our default caching headers for top of funnel pages like home, PLP, PDP to include this to reduce...
When a CDN like eCDN is stacked on top of PWA Kit / MRT, the app may be unaware of the origin that the shoppers browser has landed on. This...
CDNs often have quirks in terms of how they forward requests to origins. When customers stack a CDN on MRT, we often debug request forwarding issues To debug issues with...