Hello @seinomedia ,
I have same issue with @kongb, the issue begin from 189, after i fix your code the web is logout normal, hope in last vesion you’ll fix it to better:
Before: return $this->user_trailingslashit( $url . $this->new_login_slug() );
After: return $this->user_trailingslashit( $url . ‘/’ . $this->new_login_slug() );
@mirx1 Thanks you so much for share that information. After 8 hour seach and fix, finally i find you comment and it work for me.