jam_nside
08/09/2023, 3:06 PMif (resp.headersSent) {
throw new STError({
message: 'RESPONSE_SENT',
type: 'RESPONSE_SENT',
});
}
(from the NestJS guide)
It seems to happen when session is getting old (like an hour).
Why is this check there? When could it happen?rp_st
08/10/2023, 5:20 AMjam_nside
08/10/2023, 5:23 AMrp_st
08/10/2023, 5:23 AMrp_st
08/10/2023, 5:23 AMrp_st
08/10/2023, 5:24 AMrp_st
08/10/2023, 5:24 AMjam_nside
08/10/2023, 9:29 AMrp_st
08/10/2023, 9:31 AM