Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MB's avatar
Level 2

Nova, missing logout buttons

Hi,

Do any of you know why I cant see the logout menu, after login to Laravel Nova? Is it a bug in Nova, or? Not sure where to look for it.

Screenshot: https://imgur.com/DNQDqx9

0 likes
4 replies
esorone's avatar

Hey,

I'm not familiar with Nova, so I can't check it myself, but.

Are you able to see a button via Developer tools in your browser? If so, you have an "css issue" and this should be easy to solve.

Kr

MB's avatar
Level 2

Hmm... I can see the button in the coding, but it's not visible. I have not changed anything in that file, at all.

<div class="v-popover ml-auto h-9 flex items-center dropdown-right">
    <div aria-describedby="popover_uzl3gn20jw" class="trigger" style="display: inline-block;">
        <button type="button" class="rounded active:outline-none active:shadow-outline focus:outline-none focus:shadow-outline"></button>
    </div>
</div>

Route is still working (/nova/logout)

Any Nova users here, running the latest version?

MB's avatar
Level 2

Thank you very much :)

php artisan nova:publish --force

Please or to participate in this conversation.