RedirectAttributes not loading in Controller after redirect until after manual page refresh
Summary: I have a user sign up page with email and password fields and if they try to register with an email already in use, it throws an error which is handled by creating an ErrorDTO, set it as a redirect flash attribute and then redirects back to the sign up page.