John Boxall
John Boxall
Quick note, the OCAPI Shop `/customers/password_reset` endpoint has "different" authentication than most other APIs and does not respect SLAS JWTs passed to it. To call it, you'll need to use...
Once "Environment Variables" ships in Managed Runtime ~2023 June, our recommended approach will likely to be to use the SLAS Password Reset API with a callback URI to MRT: https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas-password-reset.html...
Environment Variables for Managed Runtime has now shipped: https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/managed-runtime-administration.html#environment-variables You can use environment variables to inject the Client ID + Secret of a SLAS Private client into your code, then...
Hey @mgalassi, yes, you're correct! This bug can also manifest itself on headers controlled by the client like `Cookie`. If you don't use cookies to conditionally alter rendering, then you...
One gotcha in the Sitemaps page is Business Manager is that if your Alias file defines a hostname in the `settings` key, then only that hostname will show up for...
If you're using eCDN (or any other stacked CDN) for routing with the shopper facing vanity domain name, an alternative is to directly route traffic for the sitemap resource from...
In some scenarios, we've seen the Storefront zone hosted on eCDN block traffic originating from MRT. To resolve, review your eCDN Allow Lists and Security Settings in Business Manager allowing...
Once https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/115 is merged, we should be able to simplify this approach significantly. Native browser `fetch` has the ability to disable sending credentials using the `credentials: omit` option – and...
Currently the API returns a HTTP 404 if: - The project name in project.json refers to a project that doesn't exist. - The user doesn't have permissions to access the...
@shogun70 - I think this is a great suggestion - it would be awesome to use Mobify.js' transformations with something like PJAX. I think the immediate next step is to...