728x90
반응형
Error)
net::ERR_ABORTED 에러
Reason)
리소스를 잘 받아왔음.
파일도 정상적으로 있는 것 확인했는데도 불구하고
위와같은 에러가 뜬다면
DNS가 두개 이상 물려있지 않는지 확인 할 것.
Solution)
두개 이상 물려있다면
<script type = "text/javascript" src="[도메인]/js/common/jquery-3.3.1.min.js"></script>
처럼 domain을 직접 넣어주어야 함.(상대 경로 대신 절대 경로로 수정)
--------------------------------------
Error)
net::ERR_ABORTED
Reason)
check resource and file first.
if resource is normal, file is normal.
check DNS setting.
Solution)
if more than one setting.
change source location
<script type = "text/javascript" src="[domain]/js/common/jquery-3.3.1.min.js"></script>
instead of
<script type = "text/javascript" src="js/common/jquery-3.3.1.min.js"></script>
반응형
'Solution' 카테고리의 다른 글
[Solution]MSSQL 테이블 변경 에러 (테이블을 다시 만들어야 하는 변경 내용 저장 사용 안 함) (0) | 2018.10.02 |
---|---|
[Dev Express]form 복사, 붙여넣기 안되는 현상 (cannot copy and paste in DevExpress) (0) | 2018.07.31 |
[MSSQL] 테이블 변경내용 저장 (0) | 2017.08.14 |
[etc] Cannot read property 'field' of undefined error (0) | 2017.08.08 |
[JavaScript] $ Is not defined 에러 (0) | 2017.07.24 |
댓글