WordPress REST API
-
The WordPress REST API must be enabled for WPML to work correctly.
The REST API test endpoint https://www.ukraqua.com/wp-json/wpml/v1/rest/status?test_get_parameter=1 is not responding correctly.
Common causes:
• A security or firewall plugin is blocking REST API requests
• The REST API has been disabled via therest_enabledfilter
• Server configuration (Apache/Nginx) is interfering with query parameters
• Custom rewrite rules are conflicting with WordPress routingTroubleshooting: Try accessing the test endpoint directly in your browser. It should return a JSON response with
"status":"valid"and"get_parameters":"valid".
You must be logged in to reply to this topic.