Skip to content
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

DebugBar must have a storage backend to use OpenHandler #635

Open
WebKenth opened this issue Mar 21, 2024 · 2 comments
Open

DebugBar must have a storage backend to use OpenHandler #635

WebKenth opened this issue Mar 21, 2024 · 2 comments

Comments

@WebKenth
Copy link

WebKenth commented Mar 21, 2024

What is this exception and why does it happen on 404 pages exclusively from javascript calling pages?

My guess is that it's trying to get debug information from the call, but can't due to storage not being activated

Steps to reproduce

fetch('any/route/not/defined', {
    method: 'POST',
    headers: {
        'Content-Type': 'application/json',
        'Accept': 'application/json',
        'X-CSRF-TOKEN': '{{ csrf_token() }}'
    }
});

^ run this from any console and see an exception pop in the laravel.log

image

@parallels999
Copy link
Contributor

parallels999 commented Mar 22, 2024

see an exception pop in the laravel.log

No exception in the laravel.log
I just get 404
image

@barryvdh
Copy link
Collaborator

Did you explicitly disable storage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants