John Boxall

Results 43 comments of John Boxall

WIP here: https://github.com/SalesforceCommerceCloud/sfcc-ci/compare/master...johnboxall:fix-slas

Making assumptions about what you're asking for, if you'd like to use Managed Runtime to host a "vanilla" React client side rendered app, you can use "Hello World" template as...

A few notes for others looking at this issue while we work through a fix, to confirm the bug, I an internal testing environment: https://adn-production-us-west-1.mobify-storefront.com/ First, observe that for requests...

Hey @mix3d, when deployed to Managed Runtime, we use this header internally. We remove it to prevent conflicts with where we use it. If your use case is: a) making...

Here is a PR that demonstrates how you might approach adding support for more product types: https://github.com/SalesforceCommerceCloud/pwa-kit/pull/629

I believe our workaround to this will be to restart the SLAS login dance (eg. `oauth2/login` then `oauth2/token`) after a user changes their credentials as both the SLAS access &...

@bendvc > Crazy idea, but how hard would it be able to get SCAPI to support an alternative header for this type of scenario? I think this is pretty great...

Quick update, we're continuing to evaluate SSG/CSR on Managed Runtime but at this time it is not on the committed roadmap.

Besides the use case of routing traffic through a proxy to adhere to corporate network policies, it can also be useful to route traffic through a proxy to help with...

It would also be useful if there was a feature switch you could enable to see what network requests your app is making. Something similar to [`NODE_DEBUG=http`](https://nodejs.org/api/cli.html#node_debugmodule) Could potentially be...