-
Notifications
You must be signed in to change notification settings - Fork 5
Description
After installing the Duo Universal plugin, a major feature of a website no longer works because product data cannot be returned
Description
ajax requests to product endpoints return '<', "<!DOCTYPE "... is not valid JSON errors
this endpoint is being redirected to the login screen '/wp-json/wc/v3/products?category=' + id + '&consumer_key=' + consumer_key + '&consumer_secret=' + consumer_secret + '&orderby=title&order=asc',
Expected Behavior
Should return a list a products with a given category id
Actual Behavior
Returns the HTML of the login page instead of JSON product data
Steps to Reproduce
Visit a url like this https://example.com/wp-json/wc/v3/products?category=39&consumer_key=consumer_key_value&consumer_secret=consumer_secret_value and get redirected to the wordpress login page
Workarounds
Currently no workaround.
This seems like a major issue.