Have you published Laravel Nova's assets?
php artisan nova:publish
php artisan view:clear
Also, are you getting any errors in your console?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
i installed nova 4 under laravel 9, my app works fine if i call it locally from myapp.test/nova/login
however I have a blank login page without any error message when I try to call my application from myip/myapp/public/nova/login or from localhost/myapp/public/nova/login
I had the same problem after hosting it
Thank you for your help
From what you've said, it sounds like the issue might be with your Nova route or your Apache/Nginx configuration. Make sure that the Nova route is pointing to the correct location, and that your server is configured to allow access to the Nova route.
Please or to participate in this conversation.