I\'ve enabled CORS in my NestJS app following the official tutorial, so my main.ts looks like the following:
main.ts
import { FastifyAdapter, NestFactory }
Somehow the issue was compiling it using npm run webpack. If I compile it using prestart:prod then it will work.
npm run webpack
prestart:prod
Thanks @georgii-rychko for suggesting it via comments.