barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.16k stars 1.55k forks source link

Debugbar non stop ajax requests #1619

Closed rnleal closed 5 months ago

rnleal commented 5 months ago

Debugbar sends non stop ajax get request to the custom Route prefix set (v2/_debugbar)

https://github.com/barryvdh/laravel-debugbar/assets/60339084/27a00447-6a82-4428-9d13-3406fa271c00

barryvdh commented 5 months ago

Can you check if https://github.com/barryvdh/laravel-debugbar/pull/1616 works for you? I'll tag a new release then.

barryvdh commented 5 months ago

Should be fixed with latest release.

rnleal commented 5 months ago

Thank you @barryvdh. Confirming that fixed the issue.