Skip to content

DebugBar must have a storage backend to use OpenHandler #635

@WebKenth

Description

@WebKenth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions