You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After loaded the "Failed Jobs" page in the browser, I'm getting deprecated warnings.
Request:
GET localhost/horizon/api/jobs/failed
Message:
json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /app/vendor/laravel/horizon/src/Http/Controllers/FailedJobsController.php on line 120
Steps To Reproduce
Runs Horizon
Dispatch a Job that will be failed
Open Horizon Dashboard
Goes to "Failed Jobs" section
The warning log will be displayed for each ajax request made by the "Failed Jobs" page.