Replies: 2 comments
-
null is not a valid json. Update: But according to this it is.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
composer install
php artisan migrate --force -n
php artisan serve
Why is it returning error?
null
json body should be a valid request from what I can tell.(I'm asking this because sentry-laravel is using this specific interface to generate report. it handles the error but it also means an exception is thrown every time such request is made)
Beta Was this translation helpful? Give feedback.
All reactions