• Resolved waschtl

    (@waschtl)


    We are runnin OpenLitespeed with quic.cloud and ESI caching. When ESI is enabled it breaks FluentCRM backend.?

    When I try to access FluentCRM e.g contacts I get an error that “Cookie verification failed” and “Nonce has been renewed. Please try again”
    When I disable the ESI it works again. I need ESI to be activated.
    How can I exclude FluentCRM from ESI altogether or is there a fix possible?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    does it fail immediately? or only happens after certain time ?

    and also please provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter waschtl

    (@waschtl)

    Hello,
    Yes it pretty much fail immediately. It is a bit of a strange behaviour, as after a page reload the one “screen” works, but when then opening another item like contact, newsletter etc it fails again. Also settings are not correctly displayed. Everything went back to normal as soon as I disable ESI.

    Report number:?QKCWHVCF

    Screencast: https://zoom.us/clips/share/2pEPUAYv8XNJhFrio5G2iV1nIZQPUZwidalSzkiC0eOd1mmnz5tmFsk6fEfNO0-vFL9JEL8AS095O9O6D2TTIETk.g1J_9Pn589FBUsLY

    I cannot share the contacts screen due to privacy laws, but there it additionally throws an error message with “Cookie verification failed” When I reload a contact screen then the 1 contact screen will show, but when I then try to open another, it fails again.

    Plugin Support qtwrk

    (@qtwrk)

    please try add this at top of your wp-config.php after <?php:

    $exclude_url_list = array( "fluent-crm", "fluentcrm");
    foreach ($exclude_url_list as $exclude_url) {
      if (strpos($_SERVER['REQUEST_URI'], $exclude_url) !== FALSE) {
        define( 'LITESPEED_DISABLE_ALL', true );
        }
    }
    Thread Starter waschtl

    (@waschtl)

    Thanks a lot for your support! This has worked ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ESI breaks FluentCRM’ is closed to new replies.