Error handling response: TypeError: Cannot read properties of undefined (reading 'always')
at <URL>
원인 : 크롬의 확장 프로그램인 Drag-Free 때문에 발생하는 오류 임.
해결방법 : 드래그프리 라는 확장프로그램을 삭제하면 해결 됩니다.
Uncaught TagError: adsbygoogle.push() error: All ins elements in the DOM with class=adsbygoogle already have ads in them.
원인 : 광고가 있는데 자꾸 광고를 밀어넣으려는 코드가 있기 때문에 발생하는 오류 임.
해결방법 : (adsbygoogle = window.adsbygoogle || []).push({}); 이란 문장이 중복으로 들어갔다면 삭제합니다.
댓글