When I submit a form I receive a 'you are being redirected' message, which a user has to click in order to move to the redirect. This is undesired and unintended.
I don't know what changes in the code caused this, and I've done too much work to go back and find out the cause without knowing what to look for.
The page which contains the form has a couple of xhr actions rendering to the page. But there is nothing new within the scope of the form itself so I doubt if this is the issue.
Looking at the various other SO posts relating to this question, I have attempted changing my redirect_to to
redirect_to action: :edit, :status => 302
but no joy.
Many Thanks.
Update
what makes this different to other questions is that this is occurring across all post/patch/delete actions.