• Resolved djapa89

    (@djapa89)


    Frontend login for users stops working after some time. When I clear the cache it works again but stops after 10-20 hours.

    Error : /wp-admin/admin-ajax.php:1 – Failed to load resource: the server responded with a status of 403 () .

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

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

    (@qtwrk)

    this is typical nonce issue

    please do a text search for keyword houzez_login_security over the files that is responsible for the login form and share me what you found.

    Thread Starter djapa89

    (@djapa89)

    i found
    if( $is_submit_listing == ‘yes’ ) {
    check_ajax_referer(‘houzez_register_nonce2’, ‘houzez_register_security2’);
    } else {
    check_ajax_referer( ‘houzez_login_nonce’, ‘houzez_login_security’ );
    }

    Plugin Support qtwrk

    (@qtwrk)

    okay then please go to Cache -> ESI , enable ESI, add houzez* into the ESI nonce list and purge all.

    Thread Starter djapa89

    (@djapa89)

    I will try that, thank you.

    Thread Starter djapa89

    (@djapa89)

    I stull have problem with nonces that is cached and after some time they expire and then i cant login in. When i put houzez* to esi nonces in lightspeed plugin i got mobile menu dropdown buttons disaper. Also when i want to logout i got message to confirm logout that doesnt show when cache disabled. How to exlude ajax and nonces completly. Thnk you

    Plugin Support qtwrk

    (@qtwrk)

    please create a ticket by mail to support at litespeedtech.com with reference link to this topic

    we will investigate further.

    joaomdvferreira

    (@joaomdvferreira)

    I’m having the same issue. Was this fixed? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wp-admin/admin-ajax.php:1 403 error’ is closed to new replies.