DEV Community

Discussion on: How to fix the CORS issue in Vuejs

Collapse
 
murtdha profile image
Murtdha Dakhil

what about in production mode

Collapse
 
alaugks profile image
AL

Use a .htaccess (Apache) or nginx.conf (Nginx) an set the header.

Collapse
 
pajri profile image
Pajri

right. prod mod suppose to be configured in server side.