-
Notifications
You must be signed in to change notification settings - Fork 9
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
Working test configuration but not event #4
Comments
Hi @gibix, To be sure that wp triggers revalidation on the post update, edit your revalidation endpoint script to enable logs, like in this snippet https://github.com/gdidentity/on-demand-revalidation/blob/main/README.md |
Hello, thank you for your reply. I investigated a little more and I still think that the problem is on the wp side. I just checked with tcpdump the traffic from wp to nextjs and I can see the put request coming with the correct json paths body when I manually press More debug info: I tried also to deactivate any other wp plugin in order to exclude any possible conflict with others. |
Maybe you have a problem with wp_cron. |
Thanks was a problem related to wp_cron, Thank you again for the help in debugging! |
Hello. Thank you for your work.
Plugin version: 1.0.8
Wp version: 6.1
I correctly installed and configured the plugin to send the request on my public api, if I test the configuration I can correctly see the request sent to nextjs and the cache updated for the latest post and the homepage.
Editing any article do not trigger the re-validation request. I'm not comfortable to debug php/wp, could you provide me some instruction for extract other debug info?
The text was updated successfully, but these errors were encountered: