-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Server stop caused by undefined array key #43433
Comments
@AbdelkaderBah Can't reproduce that issue locally. Did you modified the "server.php" in the root directory if your project? |
I have a normal installation of laravel, and after a composer update, i am experiencing the same thing. After some requests, the command crashes with a undefined array key [random number]. Running php 8.0.17 and laravel 9.22.0. Reverting to 9.21.6 fixes the issue. |
I have placed more information about when this occurres (almost instantaniously) in the PR; |
@antonkomarev @RosiersRobin @ankurk91 Can you share the full console output please? |
We've found the issue. It only happens on Windows - Powershell. We are working on a solution. |
It's fixed on the latest version. |
The error is still on version 9.22.1, which as of this time is latest. I added my comments for it on the pull request #43437 |
Description:
Steps To Reproduce:
I am using Laravel Nova V3, the errors occur a few seconds after the page is successfully served.
The text was updated successfully, but these errors were encountered: