400 error after POST when redirecting with an action

Hi @dan.woda

Thanks for getting back.

Here’s the NextJS api route that is handling the POST

Here’s a gist of the error

And a gist of the post-login action we’re testing with for good measure.

As I mentioned, this does work if we do it with a redirect rather than using axios to POST.