No accepted solutions yet
No badges yet
Cors issue between react and nestjs
I have wrote a nestjs application and deploy it in my own server with this cors config: ``` app.enableCors({ origin: true, methods: ['GET', 'POST', 'PUT', 'DELETE'], allowedHeaders: ['Co