Watson plugin requires WP login?
-
I got the plugin working, and when I am logged into my WP site, everything is working great. Questions are answered, it’s all good.
However, if I log out of the site, or go to an incognito window, I see a 401 error when I ask a question.
app.js is posting to /index.php/wp-json/watsonconv/v1/message, and that end point requires authentication, or else it gives back:
{ "code": "rest_cannot_access", "message": "Only authenticated users can access the REST API.", "data": { "status": 401 } }
I can’t imagine this is the desired behaviour, it would be much more useful if anonymous users can access the bot without having to register first.
I am running WP 4.9.8. I am running the Watson assistant plugin v0.7.6. Did I do something wrong in my configuration?
Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Watson plugin requires WP login?’ is closed to new replies.