I recently rebuilt a staging server. It’s a VPS droplet from Digital Ocean running the LAMP stack.
For some reason when we use the Webhooks plugin the configured webhooks are not successfully firing. A snapshot of the same site on a production server works properly.
I also tried a fresh WP install with twentytwentyfour theme and just gravity forms + webhooks with the same results.
I vaguely remember some type of apache or PHP configuration to allow the webhooks to send.
I do have libcurl installed.
I don’t see anything in the apache error or access logs. Any suggestions or logs I should look into?
I enabled logging for Gravity Forms Webhooks.
The logs show the gravityformswebhooks has been added to the process queue but it never processes:
2024-07-12 12:17:07.872535 - DEBUG --> GFFeedAddOn::maybe_process_feed(): Adding feed (#16 - Webhook.site Test) for entry #10128 for gravityformswebhooks to the processing queue.
On the production site, which works, the logs show “DEBUG → GF_Feed_Processor::task(): Starting to process feed”. This never happens on the staging server.