Hello - new to Remix, and looking to implement a simple subscription form. Successful path looks OK, but when I try to return a 400 for a validation error, the page will redirect to the form action path e.g. /newsletter/subscription (which only exports an action) instead of staying on page, and showing the errors. The errors are also not logging client side, but they are server side. Hoping someone can let me know what I did wrong.
Thanks!