I’m using better-auth for authentication. When I deploy my backend to example.com and send a login request from my frontend on localhost:3001, the request succeeds, but the authentication cookie is set for example.com, not localhost. As a result, the cookie is immediately ignored, and subsequent requests fail because I’m considered unauthenticated.