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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025