npm run build. This causes my requests to fire, but not kinde's getKindeServerSession() or getUser() functions.null when I run npm run build on my nextJS project. This causes an error with the user on the backend (because null user does not exist), resulting in a 400 on the backend, which gets sent to the FE. 