Logging out only works in private browsing

I have a simple Login Bar menu in my site, which supports logging out.
However, a user can log out only in incognito, while in the regular browser, it can’t be done.
After pressing log out in the Login Bar dropdown , the page refreshes and the user stays connected as before.

NOTE: I also tried to do it by code, adding a custom “Logout” button which activates wixUsers.logout function and as before, the pages refreshes and the user stays connected.