Filters: indexing in progress (on local laptop)

Hi all,

I am developping on local dev environment (with localWP) a Wordpress website using Bricks Builder.

I am trying to use filters, but the indexing process is still stuck (Indexing in progress…).

I have read some tips on the forum, but haven’t found any advice when the dev environment is local (no Cloudflare, no HTTP Authentication).

Any ideas?

Many thanks.

Check if wp_remote_post is working good (Bricks > System Information)

Maybe your local server is unable to resolve your local site’s domain name.

HI,

It was indeed a problem of local server. It could be resolved when using localhost domain name, instead of a custom domain name. But the inconvenience is that the default localhost does not work with HTTPS, so it can block for other Wordpress plugins.

Anyway, I now use online dev environments, everything works better.

Thanks.