-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug]: ob_flush(): Failed to flush buffer. No buffer to flush #35
Comments
This code silences the error, not sure yet if everything still works: if (ob_get_contents()) {
ob_flush();
} |
Hi @edalzell. Probably you have disabled output buffering on the server. Is it works normal on a local environment? |
This error is occurring locally. And I didn't get it before, it's a new thing. |
But I did switch recently to Herd (from Brew/Valet), so maybe it is off? I'll check, thanks! |
Probably we have found a source, let test it on Herd. |
Confirmed, Herd does NOT have Sorry about the confusion. |
NP, thank you for your involvement. |
What happened?
Running SSE normally (redis worker running, Echo on front end).
See a ton of these in my log: https://flareapp.io/share/87newjDP
How to reproduce the bug
Run my app.
Sorry don't know the repro issue yet.
Package Version
0.7.1
PHP Version
8.2.8
Laravel Version
10.18.0
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: