NestJS enable cors in production

前端 未结 5 1242
萌比男神i
萌比男神i 2021-02-03 21:49

I\'ve enabled CORS in my NestJS app following the official tutorial, so my main.ts looks like the following:

import { FastifyAdapter, NestFactory }          


        
5条回答
  •  终归单人心
    2021-02-03 22:18

    Somehow the issue was compiling it using npm run webpack. If I compile it using prestart:prod then it will work.

    Thanks @georgii-rychko for suggesting it via comments.

提交回复
热议问题