將 express server 加上 cors 就好囉 npm install cors import cors from 'cors'; app.use(cors({credentials:true}));