-
Notifications
You must be signed in to change notification settings - Fork 25
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
Webhooks tab not appearing #123
Comments
Thank you for your feedback! I attempted to replicate the issue you reported, but I was unable to do so. I’ve included a video demonstrating how to add the Shopify credentials in the settings. This process should allow the webhooks link to appear in the control panel navigation. Could you please confirm if you followed the same steps? Thanks! |
Apologies it appears the video didn't attach, here it is: CleanShot.2024-09-19.at.10.59.25.mp4 |
Hi nfourtythree, thanks for the quick reply. I'm using Craft 4, but yes, I've followed those exact steps. Let me know what other info you need here |
Thank you for your response and confirming which versions you were using. I have just tried this process on Craft CleanShot.2024-09-19.at.16.14.54.mp4We conditionally show the webhooks navigation item based on the fact we can create a session with the Shopify API. This leads me to believe that something is breaking down at this point and it is likely to do with the credentials. Can you double-check the details you are providing in the settings for the Shopify plugin? Then if you believe those to be correct I would suggest Xdebugging the API session in the section of the code I linked above to see why this might be failing. Thanks! |
Figured it out. There's a conflict with Control Panel Nav plugin. The Webhook tab doesn't even appear in its Settings. The only way around it is to disable the plugin. |
Thank you for the info. Sounds like an issue similar to this one in which a solution is provided: verbb/cp-nav#120 (comment) Closing this issue now it is identified as an issue regarding another plugin. Thanks! |
Description
I've followed the setup instructions (twice) in multiple environments. Saving the all the settings under API Connection doesn't reveal a Webhooks tab. No errors are showing. All values have been double checked; webhook event version in Shopify is
2023-10
. Not seeing any Shopify-related errors in logs either.Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: