axios.post(`https://kauth.kakao.com/oauth/token?
grant_type=${grant_type}
&client_id=${client_id}
&redirect_uri=http://localhost:3000/KAKAOLOGIN
&code=${code}`
리액트앱에서 이렇게 요청을 보내는데 error_description: “Not exist client_id [ㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇㅇ ]”
이렇게 restapi 키 뒤에 공백이 들어갑니다… 블로그 참조해서 만들었는데 [React/Nodejs] 카카오 로그인 연결하기 이 블로그 글을 참조해서 만들었습니다.