inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

getting looped in view

Open abdullahrahimee opened this issue 3 years ago • 1 comments
trafficstars

i have an web application which is developed laravel-inertia and Vue3 which is working fine but some of my client reported that they are getting a loop screen in production. as bellow: WhatsApp Image 2022-11-03 at 11 43 03 AM

abdullahrahimee avatar Nov 03 '22 08:11 abdullahrahimee

This is the Inertia error modal, which is opened whenever a response doesn't return a valid Inertia response. The linked docs explain how you can catch this exception and render an Inertia view instead of a Blade response.

RobertBoes avatar Nov 03 '22 08:11 RobertBoes

Thanks for your help here @RobertBoes! 💪

reinink avatar Jan 17 '23 01:01 reinink