VibeBP setup wizard is not working on aws

Home Forums Legacy Support Support queries Update Issues VibeBP setup wizard is not working on aws

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333919
    diwakarc
    Spectator
    VibeBP Setup wizard is not completing it is Showing REST ROUTE 401. tried with many ways https://prnt.sc/wnd1bp
    #334173
    Anshuman Sahu
    Keymaster
    Hi we registers some security when security is not registered when notice shows to setup vibebp . please try adding this code in your wplms-customizer.php file in wplms custmizer plugin. :
    
    add_action('init',function(){
    $x = set_transient('vibebp_admin_security');
    if($x) 
    return;
    $security = wp_generate_password(12,false,false);
    set_transient('vibebp_admin_security',$security,60*60);
    });
    
    
    after adding code then run setup wizard , if wplms customizer is not available in site then add it to your theme functions.php file .a
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘VibeBP setup wizard is not working on aws’ is closed to new replies.