I am getting:
"Could not locate API; are you sure it's enabled?"
When I try to link client to WordPress via WP REST API.
I have installed & activated all necessary plugins and dependencies, including (WP-REST API, oAuth1 etc).
When I try HEAD http://mywebsitelink
, it returns link with wp-json which indicates WP-API is working.
Also, when I try wp oauth1 add
, it works fine and generates key and secret.
Any suggestion on how to fix this issue? Thanks in advance.