whatsapp-api icon indicating copy to clipboard operation
whatsapp-api copied to clipboard

CORS Error

Open Harshalkatakiya opened this issue 1 year ago • 3 comments

I am developing frontend in Next Js for this All API endpoints. and I ma getting CORS Error. please allow CORS for all client Origins.

Harshalkatakiya avatar Mar 23 '24 17:03 Harshalkatakiya

I fixed the error by adding these lines of code in app.js file:

const cors = require('cors') app.use(cors())

Harshalkatakiya avatar Mar 23 '24 17:03 Harshalkatakiya

how do you do this when using docker?

mysteriousHerb avatar Sep 11 '24 06:09 mysteriousHerb

I am not using Docker because I don't know it. I will will learn it soon.

Harshalkatakiya avatar Sep 11 '24 07:09 Harshalkatakiya