inertiajs / inertiajs.com

Official Inertia.js website.
https://inertiajs.com
139 stars 105 forks source link

Update Error Handling docs #333

Closed irsyadadl closed 5 months ago

irsyadadl commented 5 months ago

When user try to input the wrong password, or bad input that return errors. This is what will happened.

{closure}(): Argument #1 ($response) must be of type Illuminate\Http\Response, Illuminate\Http\RedirectResponse given

Of course in production, it will be 500.

This PR will fix that.

reinink commented 5 months ago

Thanks!