No content to show

User Activity

Hello there,I just wanted to update you all, that this is not a problem anymore if you generate your project with the most recent Shopify-CLI.The code is already there and it looks like this:  app.use((req, res, next) => { const shop = req.query....
Hello there,I just wanted to update you all, that this is not a problem anymore if you generate your project with the most recent Shopify-CLI.The code is already there and it looks like this:  app.use((req, res, next) => { const shop = req.query....
Exactly.My problem was that the header was not set for each and every request...
If you are using React with Koa this is the solution (all changes are made in server.js): I'm using the npm package koa-helmet (v6.1.0) (not necessary, can also be done without) import helmet from "koa-helmet"; and almost right after the app.prepare ...
I have finally found a working solution (all code changes are made in server.js): I'm using the npm package koa-helmet (v6.1.0) (not necessary, can also be done without)  import helmet from "koa-helmet";   and almost right after the app.prepare state...
@juanmaptag so I tried your solution, but this will resolve in another error when trying to install the app in an test shop: Unhandled Runtime ErrorAppBridgeError: APP::ERROR::INVALID_CONFIG: host must be provided and the Shopify review is getting de...
So I was able to solve the problem by just not using the Shopify.Webhooks.Registry.register function and instead I've defined some endpoints which respond accordingly to the webhooks...1. In your Shopify admin/partners go to the app > App setup  > GD...
I don't know if this will help you, but this is how I tried to solve the problem (I'm still waiting for the review of my app): I assume you also use React.js if you have the next.config.js file in your project. In server.js I have defined a new funct...
I have a question. How did you pass the value for [shop] to the headers function in next.config.js,because it's should be something like this: "frame-ancestors https://example-shop.myshopify.com https://admin.shopify.com/;
Hello there,I tried to register the mandatory GDPR webhooks, so I can answer with the status code 200.I'm working on a React app by following this article: https://shopify.dev/apps/getting-started/create.Right next to the predefined webhook APP_UNINS...
Unfortunately not. Shopify did that on purpose to reduce the "cost" of queries.You could implement "paging", to get all results through multiple small requests, instead of a big one, that gets everything for you: https://shopify.dev/api/usage/paginat...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.