token1 jwt - req.headers.authorization이 undefined인 에러 ✋ 에러코드 Uncaught TypeError: Cannot read property 'split' of undefined 🤦♂️ 상황 브라우저에서 localhost:3000/api/articles로 접근하면, 위와 같은 에러가 발생했다. localhost:3000/api/articles의 라우터 router.get('/', async (req, res) => { // 클라이언트에서는 header의 Authorization에 토큰을 넣어서 보냈다. // console.log('req.header어쩌구 저쩌구',req.headers.authorization); // undefined const token = req.headers.authorization.split('Bearer ')[1]; console.. 2021. 6. 28. 이전 1 다음