Jan 30, 2020
I'm using react to write my app, which will be presented on my shopify store using app proxy. I have a link /customer-id that displays customer data. This link is created by the shopify theme and my ...
My app proxy is at https://testappreactnode.myshopify.com/tools/hair but gets redirected to https://testappreactnode.myshopify.com/auth?shop=testappreactnode.myshopify.com which s...
I tried removing the graphql code i updated, i still get the same error. not sure why; ``` FetchError: request to https://testappreactnode.myshopify.com/admin/metafields.json failed, reaso...
I would like to create an external application that will provide users with a questionnaire, save their answers to a database and give recommendations based on their answers. or simply display the re...
No content to show
User Activity
06-26-2020
Yes, please do a video tutorial
Hi everyone. I’m using the shopify cli to create a custom app for my store. I managed to setup the app proxy and get it to display the intial render. But it seems that nextjs is building my html using relative paths and therefore the application is t...
I receive the webhook but Shopify thinks it failed.Here is my code ```router.post("/webhooks/customers/create", webhook, async (ctx) => {console.log("received state: ", ctx.state.webhook); ctx.response.status = 200;return;});```I also tried,// ctx.re...
01-24-2020
I'm in the same boat too, hopefully someone from shopify can address this question