You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking 'Clear' and then running a new request, the data should appear on the dashboard automatically. I shouldn't have to refresh the page to see the new data
Steps to reproduce
1. Run a debug request — the dashboard renders the data correctly.
2. Click the "Clear" button — the data disappears (as expected).
3. Run the debug request again — the data doesn't show up at all.
4. Refresh the page — the data finally appears.
What happened?
bug.webm
I’m having an issue where dashboard data stops displaying after I use the "Clear" button
(https://dashboard.debugphp.dev/)
Steps to reproduce:
I've attached a video demonstrating the issue
Env:
OS: Ubuntu 22.04.3 LTS
Browser: Firefox 147.0.4
Code:
What did you expect to happen?
After clicking 'Clear' and then running a new request, the data should appear on the dashboard automatically. I shouldn't have to refresh the page to see the new data
Steps to reproduce
PHP Version
8.4.1
DebugPHP Version
1.0.0
Server setup
debugphp.dev (hosted)
Additional context
Thanks for the library, it looks cool