Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
My setup:
App proxy Subpath prefix : apps
App proxy Subpath : proxytest
Proxy URL: https://url.trycloudflare.com/app/proxy
From theme app extension sending the request as :
const { admin, session } = await authenticate.public.appProxy(request);
if (session) {
console.log(session);
}
const response = await admin.graphql(
`#graphql query productTitle {
products(first: 1) { nodes { title } }
}`, );
I am able to fetch the product also, but not able to send any response back
In the browser it does 307 Temporary redirect to the <store-domain>/auth/login
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024