Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Git
- device in use
- vercel git lfs
- adb connect
- 티스토리 성능
- rolldown
- camera permission
- animation
- dvh
- adb pair
- nextjs
- npm package
- github pdf
- github 100mb
- 이미지 데이터 타입
- camera access
- react-native
- augmentedDevice
- Recoil
- silent printing
- Can't resolve
- Failed to compiled
- ffi-napi
- electron-packager
- html
- custom printing
- github lfs
- ELECTRON
- Each child in a list should have a unique "key" prop.
- react-native-dotenv
Archives
- Today
- Total
Bleeding edge
2022/10/12 - TIL 본문
오늘 해결한 문제 :
- "/" 주소가 아닌 "/login"과 같은 주소로 라우팅을 express 없이 시도를 하였는데, /login으로 접근할 때 index.html로도 접근을 할 수 없기 때문에 어떠한 자바스크립트 파일도 로드가 되지 않기 때문에 404 에러가 나왔다. 이를 해결하기 위해 express를 이용하여 "/" 페이지가 아닌 페이지에 접근하여도 지정한 컴포넌트 파일이 있으면 그 파일이 로드되도록 수정하였다
- 128.1.1과 localhost는 다른 값으로 인지하여 api가 오작동을 일으킨다(현재 ip보다는 본인의 ip를 루프백 할 수 있는 localhost를 사용하자)
아직 해결하지 못한 과제:
- axios 에러
- npm install axios 후 import axios from ‘axios’
- Uncaught TypeError: Failed to resolve module specifier "axios". Relative references must start with either "/", "./", or "../".
'ConnecTo' 카테고리의 다른 글
2022/10/14 - TIL (0) | 2022.10.14 |
---|---|
2022/10/13 - TIL (1) | 2022.10.13 |
2022/10/11 - TIL (0) | 2022.10.11 |
2022/10/07 - TIL (0) | 2022.10.07 |
2022/10/06 - TIL (1) | 2022.10.06 |