-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Server crash when reloading page after cache:clear #28430
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
Comments
What does "crash" mean? Do you get an error message? And if so, can you please share it with us? |
With the php built-in server there is no error message, with symfony server i got |
Do you see any more information in the log files? |
I added debug package with
|
I noticed that if i run a command after |
The issue was caused by |
Symfony version(s) affected: 4.1.4
Description
Server crash when reloading page after cache:clear
How to reproduce
OS: Windows 10
Open localhost:8000 => the defaut page is showing
Execute command
php bin/console cache:clear
Reload localhost:8000 => the server crash
When the profiler is not installed there is no crash
The text was updated successfully, but these errors were encountered: