-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank page after refresh #6616
Comments
This comment has been minimized.
This comment has been minimized.
Also, |
I found the issue, on certain browsers the sequence of loading (by Inertia 2) is slightly different (on refresh) as illustrated on screenshot above (left using Firefox and right using Chrome). Firefox consistently runs |
i have tested it on safari, chrome, firefox and brave only firefox is working |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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.
![image](https://private-user-images.githubusercontent.com/6013516/396735696-d1b93777-8f34-47da-9bdc-a79df584e146.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDU2NjUsIm5iZiI6MTczOTA0NTM2NSwicGF0aCI6Ii82MDEzNTE2LzM5NjczNTY5Ni1kMWI5Mzc3Ny04ZjM0LTQ3ZGEtOWJkYy1hNzlkZjU4NGUxNDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjAwOTI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjlkZDcyZTE5MWY0MjE1ZjRhOGNlYjA1NTJmMjI2YjZhNjAxZmQwOTU5M2FiN2Q1MTczOGZmMGNkOTY0ZmM0YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.jFNh8xRyNWOjgKEZMuruyTq0ytEfGZgVbfiMEYzWGlY)
Detailed steps to reproduce the issue on a fresh Nova installation:
config.nova.path
to/
and remove the body ofroutes/web.php
Using
php artisan serve
everything is working, so it can be tested only on Apache projects. Laravel Nova 4 is working normally.The text was updated successfully, but these errors were encountered: