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

Resposes rendering in modal above the current site, duplicating html tags

Open jackkitley opened this issue 3 years ago • 0 comments

We currently host a site on AWS ECS and the desired count of the containers is set to 2 for the web app. We have started to notice strange behaviour with the Inertia js responses where the response is rendered inside a modal where Inertia would normally render a 404 for example or a page has expired error.

Screenshot 2022-06-05 at 07 24 18

Screenshot 2022-06-04 at 19 26 52

This response then renders inside a modal above the current site. We are not sure what is causing this particular behaviour.

Screenshot 2022-06-05 at 06 44 55

It doesnt happen all the time but strange that the response has JSON in it along with HTML in the response...

Another Example:

Screenshot 2022-06-05 at 06 54 55

Screenshot 2022-06-05 at 06 58 15

Screenshot 2022-06-05 at 06 58 07

jackkitley avatar Jun 05 '22 04:06 jackkitley