You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ That will force the OAuth process and call the `afterAuth` hook.
229
229
230
230
Webhooks subscriptions created in the [Shopify admin](https://help.shopify.com/en/manual/orders/notifications/webhooks) will fail HMAC validation. This is because the webhook payload is not signed with your app's secret key.
231
231
232
-
Create [webhook subscriptions](<(https://shopify.dev/docs/api/shopify-app-remix/v1/guide-webhooks)>) using the `shopifyApp` object instead.
232
+
Create [webhook subscriptions](https://shopify.dev/docs/api/shopify-app-remix/v1/guide-webhooks) using the `shopifyApp` object instead.
233
233
234
234
Test your webhooks with the [Shopify CLI](https://shopify.dev/docs/apps/tools/cli/commands#webhook-trigger) or by triggering events manually in the Shopify admin(e.g. Updating the product title to trigger a `PRODUCTS_UPDATE`).
235
235
@@ -254,7 +254,7 @@ Webhooks triggered by the CLI are intended for initial experimentation testing o
254
254
255
255
### Using Defer & await for streaming responses
256
256
257
-
To test [streaming](https://remix.run/docs/en/main/guides/streaming)using defer/await locally you'll need to use the Shopify CLI slightly differently:
257
+
To test [streaming using defer/await](https://remix.run/docs/en/main/guides/streaming)during local development you'll need to use the Shopify CLI slightly differently:
258
258
259
259
1. First setup ngrok: https://ngrok.com/product/secure-tunnels
260
260
2. Create an ngrok tunnel on port 8080: `ngrok http 8080`.
0 commit comments