DEV Community

Discussion on: How to fix the CORS issue in Vuejs

Collapse
 
pajri profile image
Pajri

i'm implmenting micro frontend and i need to fetch some data from other micro frontend but then i got cors error. to solve this i use this code in the source micro frontend :

headers: {
    "Access-Control-Allow-Origin": "*",
 }
Enter fullscreen mode Exit fullscreen mode

maybe someone has the same issue with me.

Collapse
 
julianperezpesce profile image
Julián Pérez Pesce

hi, can you share the file please. I'm using vitejs, for the same thank you, and I can't fix the cors.