Kakao.init(’${kakaoAppKey}’);
function fn_kakaoStory(){
Kakao.Story.share({
url: location.href,
text : ‘테스트’
});
}
이렇게 작성을 했는데
Failed to load resource: the server responded with a status of 504 () 혹은
Failed to load resource: the server responded with a status of 404 () 에러가 발생합니다
잘되던기능인데 갑자기 안되서 답변 부탁드립니다.
혹시 스크랩문제라면 스크랩 서버가 사용하는 포트등을 알수 있을까요???