79121732

Date: 2024-10-24 11:50:30
Score: 1.5
Natty:
Report link

I found the problem. This is very stupid -

I changed the line

 const app = await NestFactory.create(AppModule, { cors: true });

on

 const app = await NestFactory.create(AppModule);

It rewrote the Origin header

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Данияр Булдаков