johngodley / search-regex

Search Regex adds a powerful set of search and replace functions to WordPress that go beyond the standard searching capabilities, with full regex support.
https://searchregex.com
GNU General Public License v3.0
32 stars 9 forks source link

Search Regex Error #40

Closed TERASAKIKOKI closed 4 years ago

TERASAKIKOKI commented 4 years ago
Plugin: 2.2.1
WordPress: 5.4.2 (single)
PHP: 7.4.4 256M 30s
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
JavaScript: https://rebirthlab.com/magazine/wp-content/plugins/search-regex/search-regex.js
REST API: https://rebirthlab.com/magazine/index.php?rest_route=/

Error: URL とリクエストメソッドに一致するルートがありません (rest_no_route)
Raw: {"code":"rest_no_route","message":"URL \u3068\u30ea\u30af\u30a8\u30b9\u30c8\u30e1\u30bd\u30c3\u30c9\u306b\u4e00\u81f4\u3059\u308b\u30eb\u30fc\u30c8\u304c\u3042\u308a\u307e\u305b\u3093","data":{"status":404}}
johngodley commented 4 years ago

This is caused by a security plugin blocking access to your REST API.

johngodley commented 4 years ago

Merging with #41