I think i have the same problem. My woocommerce dashboard doesn’t show anything because Cerberus blocks the links like …index.php?rest_route…
When i disable cerberus everything works fine.
How can i solve this?
Thanks.
Plugin Author
gioni
(@gioni)
There is no consistency in WooCommerce REST API namespaces so I recommend adding proper user roles to the list of roles permitted to use REST API. See “Allow REST API for these roles” in the Hardening settings.
@rmart1n
Hello Gregory,
I have a few woocommerce sites. Are you saying there is no consistency in their namespaces? The sites I have do show “wc/v1”, “wc/v2″,”wc/v3” for WOO REST APIs.
I’ve disabled REST API in the hardening section and then added wc/v3 as an allowable namespace, but I am unable to access.. Any ideas?
Our namespaces according to /wp-json/
“namespaces”: [
“oembed/1.0”,
“2fa/v1”,
“contact-form-7/v1”,
“yoast/v1”,
“mc4wp/v1”,
“wc/store”,
“wc-analytics”,
“wc-admin”,
“testwp”,
“elementor/v1”,
“wc/v1”,
“wc/v2”,
“wc/v3”,
“wccom-site/v1”,
“wp/v2”
],