A non-numeric value encountered

"message": "A non-numeric value encountered", "exception": "ErrorException", "file": "/home/gridagency/grid.gridagencyinc.ca/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php", "line": 156,

I am trying to upload an image, Its keep showing this error. Trying to identify the problem.
image.png
Solution
The actual stack trace might help. But hard to say what the problem is since it’s getting thrown by the ThrottleRequests middleware. Seems to be a problem with your server or your laravel setup. Doesn’t sound like an issue with Filament.
Was this page helpful?