Kakao.maps.services is undefined?

[FAQ] 지도/로컬 API 문의 전 꼭 읽어 주세요.

Hello I am getting kakao.maps.services is undefined? in console as well as in Vue3 code. I can not figure out what’s wrong.
안녕하세요. 콘솔과 Vue3 코드에서 kakao.maps.services is undefined?라는 메시지가 나옵니다. 무슨 문제인지 알 수 없습니다.

  <script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=<key>&​libraries=services,clusterer,drawing"></script>

저는 한국어에 능숙하지 않은 외국인인데 갑자기 이게 작동하지 않게 됐어요.

Hey I figured out the solution it’s a bit cursed as to why the error happened
when I changed the code to this, it started working

  <script src="//dapi.kakao.com/v2/maps/sdk.js?autoload=true&amp;appkey=<API key>&amp;libraries=services"></script>
1개의 좋아요