-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recreate_webhooks! fails to recreate webhooks as it tries to create mandatory webhooks using the API #1659
Comments
@awd Could you please help me understand what could a simpler workaround here? |
I have the same issue. The documentation mentions the following.
So, How about mandatory webhooks should be removed from shopify_app generators in order to avoid confusion like us? |
It was wrong. |
Should be fixed with this app gem PR |
Issue summary
Can't use recreate_webhooks! as it tries to create mandatory webhooks using API and I guess that's now allowed!
shopify_api
version: 12.4.0shopify_app
version: 21.4.0Expected behavior
It should recreate all the webhooks! (I guess, by trying to recreate only the non-mandatory ones)
Actual behavior
It fails with an error
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: