-
Notifications
You must be signed in to change notification settings - Fork 41
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
GatsbyJS Wordpress plugin trigger not working with gatsby cloud build doesn't triggers on post or page update #187
Comments
I'm facing the same issue (webhook not getting triggered after post update) but my setup is different. I'm using a self-hosted WordPress instance on Docker. I'm trying to use a custom hook to trigger a CI build. So far I've ensured that:
WP: 5.8 Any help is appreciated. |
Yes even I have configured it using WPGatsbyJS and even I am hosting it on Hostgator Shared Hosting |
I don't know, unfortunately. I'm not a PHP guy. But my tests haven't found any traces of requests being sent. |
This wasn't going to work (I guess QM logging cannot resurface from shutdown hook?). Anyway, I resorted to |
So apparently There's |
UPDATE:I tried to trigger using Netlify Deploy Plugin (NetlifyPress) and it's working Only manually triggering builds are working even with Netlify Press no automatic build is working does anyone know what is the issue with WordPress? |
I submitted #189 in order to allow hooks being called in private networks. |
No this doesn't solves my problem i am still facing same issue |
@creador-dev did you get to the bottom of this? Also experiencing this issue. Wondering if it relates to Wordpress 5.8? |
I have just installed other plugin for manual trigger to trigger deploys. Everytime I have to do manual triggers whenever make changes. |
GatsbyJS WordPress plugin trigger not working with gatsby cloud build doesn't trigger on post or page update
How to debug the issue?
Any suggestion on how to fix this issue. I have tried the Jamstack delay plugin also
UPDATE:
I tried to trigger using Netlify Deploy Plugin (NetlifyPress) and it's working
Only manually triggering builds are working even with Netlify Press no automatic build is working does anyone know what is the issue with WordPress?
The text was updated successfully, but these errors were encountered: