No SignOut Button on page

0
I added a sign Out Button to the navigation bar but it does not show up on the server. Additionally I am not asked to login although I set Security to productive. I checked the DOM and there is also no element below last ListItem in Navigation tree. I have checked with a brand new project and everything was fine and showed up. Any hints where else to search?
asked
2 answers
0

That special feeling when Mendix misbehaves…

HTMLSnippet

 

<div class="mx-navigationtree">
    <div class="navbar-inner">
        <ul>
             <li>
                <a onClick="mx.logout()">
                     <span class="glyphicon glyphicon-log-out">
                     </span>
                </a>
            <li>
        </ul>
    </div>
</div>

 

answered
0

I do not know what happened in the end, but after I had written the post, the issue wasn’t there anymore. (I was restarting, checking, trying, commiting for almost one week now)

But deploying the app (that worked locally) to the mendix cloud showed the same behaviour. There is no sign out button and I am not asked to sign in. So any hints welcome.

answered