codestates / codestates/ThereWeather
[๐พ Error Handling] 404error
Open
error
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## ์ด๋ค ์๋ฌ์ธ๊ฐ์?
- mypage์์ ์๋ฒ๋ก get์์ฒญ์ ํ๋๋ฐ 404์๋ฌ๊ฐ ๊ณ์ ๋ธ
## ์๋ฌ ๋ฉ์์ง
```jsx
GET http://localhost/mypage?search=kimcoding123 404 (Not Found)
Uncaught (in promise) Error: Request failed with status code 404
at createError (createError.js:16)
at settle (settle.js:17)
at XMLHttpRequest.onloadend
```
## ์๋ฌ ํธ๋ค๋ง ๋ฐฉ๋ฒ
```jsx
server/index์ ๋ผ์ฐํ
์ด get์ด ์๋๋ผ post๋ก ๋์ด ์๋๊ฑธ ์์
```
## ์๋ฌ ํธ๋ค๋ง์ ์ํด ์ฐธ๊ณ ํ ๋ ํผ๋ฐ์ค ๋งํฌ
[์์1](์ฃผ์)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.