react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


Oct 14, 2022

將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

CH4. 標準的物件導向解決方案

CH4. 標準的物件導向解決方案

Day 66 留言板 - Part 2

Day 66 留言板 - Part 2

[3] 語法觀念 & 基本資料型別

[3] 語法觀念 & 基本資料型別






留言討論






2
2
2