-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
What is this stacked request? #1755
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
http://phpdebugbar.com/docs/ajax-and-stack.html#stacked-data laravel-debugbar/tests/DebugbarBrowserTest.php Lines 129 to 137 in 7fa0a65
|
I don't think this was showing a few months ago. Has something changed? |
I think that is probably from your session, or it's a redirect. |
I do have a redirect on the Route::get('/', function () {
Auth::login(User::first()); // just for local dev
return Redirect::to(Filament::getPanel('maintenance')->getUrl());
}); |
@barryvdh Is there a better way to empty the "stacked data" then to logout/login (destroy the session) ? I have a multi-language website, / redirect to either /fr or /en Clicking "clear" in the "request history" panel of the debugbar doesn't get rid of it (since it in the session I think) |
Which version of Debugbar and Laravel? |
Laravel: 10.48.28 |
Are you doing some custom session handling? Which session driver do you use? |
Nothing custom, using database driver. edit: and sorry, I didn't mean to overstate the usability. I appreciate the package and it's usable, it's just an annoyance.
|
Every time I hard reload, this stacked request shows up. As you can see it's an old request (the time). Have I turned something on by accident? How do I get rid of this?
The text was updated successfully, but these errors were encountered: