WPSolr Conflict with Advance Access Manager
- mneimneParticipant2 years, 10 months ago #29622
This is a weird behavior I noticed when WPSolr was installed on a woocommerce website.
If Advanced Access Manager plugin is used, all REST API calls return 401 when using a JWT header, below are the steps to reproduce:
1. Install Advanced Access Manager (make sure that JWT is enabled)
2. Install WPSolrPro
3. Authenticate a user using wp-json/custom-api/v2/authenticate and issueJWT parameter
4. Call any REST api
5. 401 is always returned with WPSolrPro is activatedI have a test instance to try this on privately.
wpsolrKeymaster2 years, 10 months ago #29625Thanks for the feedback.
php-jwt v5 is coming from Google AI libraries requiring authentication. WPSOLR uses them for extracting and indexing data (Google Vision, Google Natural Language, …).Each WPSOLR release uses the latest version of those libraries.
You must be logged in to reply to this topic.