Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
My Query Filter indexing is stuck.
Bricks > Settings > Query Filter > Regenerate filter index
I’m not using HTPP authentication and I tried with WP Cron enabled and disabled (cron job at server level). Nothing works.
If the code returns message “OK”, means your local WP is not blocking the background task / wp_remote_post().
Your filter indexing not running should be able to solve by clicking the “Continue index job” button.
Same, but on a live site. Filter indexing stalls at 0%. I’ve done everything feasibly possible to my knowledge. Deactivated all security. Deactivated every plugin. Even tried on staging, absolutely nothing is working - it continues to sit at 0%.
By happenstance, I figured it out after hours of hair pulling. I had a security plugin installed and deactivated. Even though the plugin was deactivated, the htaccess file was still in effect. I figured this out when I couldn’t get to the login page in an incognito window. Once I disabled the file, filter indexing started working again. I hope this helps someone!