I have a aws lambda setup for my backend and I'm trying to run my localhost:3000 front end against it, but I keep getting redirected to my front end login page after a successful login. I can see the sAccessToken and sRefreshToken along with the body in the headers. I attached the client console logs and the network trace.