Plugin Support
cusrev
(@cusrev)
Thanks for getting in touch!
Can you please clarify if your domain is brannacademy.cl or casaazul.shop?
sorry, my domain is brannacademy.cl with CDN in cloudflare.com
best!
juanma
Plugin Support
cusrev
(@cusrev)
Thanks for providing additional information!
Can you please send a system report for your site? You can generate a system report in WordPress admin area by going to WooCommerce -> Status -> Get system report.
yes, here we go with this…
system status
Plugin Support
cusrev
(@cusrev)
Thanks for sharing the system report.
Please deactivate ‘JWT Auth’ plugin and let me know if it resolves the problem.
yes! it’s working now! but JWT Auth is essential in my site, i need it to authenticate clients in my app. Can you give me some advice to fix this problem keeping two plugins availables?
best!
juanma
Plugin Support
cusrev
(@cusrev)
Please follow guidance from the documentation of the ‘JWT Auth’ plugin: https://wordpress.org/plugins/jwt-auth/ (section ‘WHITELISTING ENDPOINTS’). You will need to add a code snippet that looks like this:
add_filter( 'jwt_auth_whitelist', function ( $endpoints ) {
return array(
'/wp-json/ivole/*'
);
} );
This code snippet should tell the ‘JWT Auth’ plugin to whitelist REST API endpoint used by our plugin for creation of reviews.