Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support cusrev

    (@cusrev)

    Thanks for getting in touch!

    Can you please clarify if your domain is brannacademy.cl or casaazul.shop?

    Thread Starter juanma_07

    (@juanma_07)

    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.

    Thread Starter juanma_07

    (@juanma_07)

    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.

    Thread Starter juanma_07

    (@juanma_07)

    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://www.ads-software.com/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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem saving the feedback form’ is closed to new replies.