inertia-laravel
inertia-laravel copied to clipboard
Resposes rendering in modal above the current site, duplicating html tags
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.

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

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


