-
Notifications
You must be signed in to change notification settings - Fork 1
[QUESTION] Products not showing in the Custom fields. Have i configured it wrong ?Β #24
Description
β Question
I cannot see Products in the custom fields.
How do I need to setup Webhooks to find products?
The custom Product field shows no products even though i have active products that can be seen by my Node App.
π What I've Tried
-
I did the setup for the plugins config in plugins.ts and in the strapi admin ui.
-
I added the middleware change in middlewares.ts as seen in the config.
-
I made sure my Products can be seen from my Shopify App (can fetch them with REST / Graphql)
-
I have configured the Plugin with my shops credentials. I have made sure that the credentials can fetch products by using them in a normal REST call and it works there as id expect it.
-
I setup webhooks for CREATE, UPDATE, DELETE and assigned it a collection type that has only the field Product (this libraries custom field). In Shopify i setup the corresponding Webhooks for creating/updating and deleting a product. When i click on the test this Webhook button i get a Validation error in strapi
[2025-07-01 11:36:31.072] error: Validation failed
π Additional Context
- Strapi Version: v5.16.1
- Node Version: v20.19.3
- Im running Strapi behind an nginx reverse proxy

