WP ajax disabled in production site

Trying to troubleshoot why my wp ajax is disabled on the wp admin dashboard but only for my production site. I’ve tried disabling plugins and switching themes to no avail. Is this behavior intentional? Thanks.

Ajax is not disabled on production by default. Do you have any actual error logs to show? It’s hard to say what the issue is when the only description is “it’s disabled” or “not working”

One of my plugins is returning a “Your site appears to be blocking the WordPress ajax interface”. What log should I look at?

I would assume the error log to start with. You can watch the access log and see what happens when you hit the endpoint. Also see why that plugin is saying “Your site appears to be blocking the WordPress ajax interface”. Without knowing the plugin, it’s hard to say why they come to that conclusion.