카카오 스토리 공유하기 가 안됩니다

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 () 에러가 발생합니다

테스트 주소는 아래와 같습니다.
http://job.jeonnam.go.kr/board/JOB_BOARD_001/boardView.do?menuCd=J006001&currentPageNo=1&boardId=JOB_BOARD_001&bdId=BD_00000000000001872&categoryId=&searchSelect=&nPageSize=&keyWord=

잘되던기능인데 갑자기 안되서 답변 부탁드립니다.
혹시 스크랩문제라면 스크랩 서버가 사용하는 포트등을 알수 있을까요???