App reviews, troubleshooting, and recommendations
Hi,
I'm trying to add a simple custom route to the Node Shopify CLI starter code with
router.get("/app", verifyRequest(), async (ctx) => {
ctx.body = { msg: "fdsa" };
});
, but I make the request to /app I get a response from /auth. I think this is from the verifyRequest() middleware redirecting to /auth which I also think gets handled by createShopifyAuth(), but how am I supposed to access the data I am supposed to get from the /app route?
Thank you
Was a solution for this ever found? I am having the same issue.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025