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

sitnikov's avatar

Fresh nova install - login page not working

Show empty page.

console error: Laravel Nova is not defined at login:47:9

html

<script>
    const config = ;
    window.Nova = createNovaApp(config)
    Nova.countdown()
</script>
0 likes
1 reply
sitnikov's avatar

I found problem

This line break nova 'brand' => [ 'logo' => resource_path('/images/logo2.png'), ]

this is my mistake ;(

Please or to participate in this conversation.