We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
see an exception pop in the laravel.log
No exception in the laravel.log I just get 404
laravel.log
Sorry, something went wrong.
Did you explicitly disable storage?
No branches or pull requests
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
^ run this from any console and see an exception pop in the laravel.log
The text was updated successfully, but these errors were encountered: