I've been exploring the approach suggested by the CLI but something I've failing to achieve is to add my own API endpoints to interact with a Mongo database. I understand the boilerplate uses NextJS...
No content to show

User Activity

In this case issue was a ENV variable (host) still set to the default value `google.com`. Maybe helpful to someone facing a similar issue.
Found the issue in my case. Maybe useful to others. I'm hosting the app on Digital Ocean, and the `host` environment variable was still pointing to the default `google.com` in this case. 臘‍♂️
Working on a custom for a client, and seeing something I haven't come across so far.I'm using the Custom distribution option, which gives you a URL the client can use to install the app on their store. However, when they do that, I get the error `Oau...
Working on a custom for a client, and seeing something I haven't come across so far.I'm using the Custom distribution option, which gives you a URL the client can use to install the app on their store. However, when they do that, I get the error `Oau...
The js/json endpoints for products apparently do not load the `compare_at_price` field values, but do everything else about the product (except inventory). Interestingly, when running the theme locally with the CLI `theme dev` command, this data corr...
Oh shoot!! 臘‍♂️This is why it is always help have another set of eyes looking into a problem. I've built a custom builder on this store that generates products on the fly and puts them into a different collection as you add them to the cart. So I wa...
Hey!I did yes, forgot to mention that. With both options disabled result is the same.
I've went to many, many items on this forum with similar reports but couldn't find a replica of what I'm seeing. I have a very simple discount setup, where I want to add 10% on the second product of a given collection, configured as seen here:I've co...
Just to answer my own question, solution to include another middleware in the route declaration for the webhooks. So if you've started with the CLI boilerplate, that would be: app.post( shopify.config.webhooks.path, express.text({ type: '*/*', li...
I've running into an issue with an app built using the Shopify CLI boilerplate. I am subscribing to few webhook topics, including `ORDERS_UPDATED`. For most orders the webook runs fine and responds back to Shopify with a 200. However for some orders ...
Okay, I think I can answer my own question here. It looks like that the logic provided by @Shopify/shopify-app-express is handling that response automatically, so no need to do it from the callback function.
I'm trying to extend the code provided by the Shopify CLI for app creation and able to get webhook notifications from Shopify. I believe we are supposed to send a success code response back to Shopify for these events to be completed, but I'm not fol...
@simplymike  have you found an answer to this? I've just start playing with the Next JS based Node apps created by the CLI and also curious as to how I would go about to create API endpoints.
I've just tested this approach and it does work. I think the reason they don't list it as a viable option is because you can't plug a Github action directly to the main repo, and you have to keep the contents of the assets folder under version contro...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to