-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova teamfix incomingA fix is in reviewA fix is in review
Description
- Laravel Version: 11.36.1
- Nova Version: 5.0.2
- PHP Version: 8.3.7
Description:
A fresh installation of Laravel 11 and Laravel Nova 5 was performed. Upon visiting the Nova URL, a login page is displayed. Successful login allows access to any page without encountering any issues. However, refreshing a page results in a blank page with an error message, as depicted in the screenshot.

Detailed steps to reproduce the issue on a fresh Nova installation:
- Install Laravel 11
- Install Nova 5 via composer (Everything as on the Installation guide upon Nova user create)
- (optional) Change
config.nova.pathto/and remove the body ofroutes/web.php - Setup domain in ENV
- Go to your domain
- Login to user created in point 2
- Go to for example users
- Refresh page
Using php artisan serve everything is working, so it can be tested only on Apache projects. Laravel Nova 4 is working normally.
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova teamfix incomingA fix is in reviewA fix is in review