[에러노트] TemplateNotFound
2022. 7. 12. 13:59
(22.07.12)
[에러발생]
크롬창에 localhost:5000 입력시에 TemplateNotFound 이라고 표기되면서 코드가 정상 출력되지 않는 문제
[문제확인]
index.html에 문제가 있는것을 확인
index.html 이 아닌 idex.html 이라고 기입해서 오류가 발생.
[문제해결]
index.html 로 리팩터링해주었더니, 정상 작동함.
'에러노트' 카테고리의 다른 글
[에러노트] AttributeError: 'str' object has no attribute 'decode' (0) | 2022.07.12 |
---|