codestates / codestates/Winner-s-Record
[KPT 회고] 11.11 목요일
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
> 팀원 중 한 분이 작성해주세요.
> Keep, Problem 항목에 대해서 매주 정기적인 날에 회고를 진행하여 기록하고, 그것을 기반으로 Try (Action Items) 이슈를 생성해주세요.
## Keep (유지할 항목)
- 활발한 의사소통과 분업 및 협력 활동
-
-
## Problem (문제라고 생각하는 항목)
- https 연결 시 socket.io 문제
polling-xhr.js:157 GET https://server.winner-s-record.link:8080/socket.io/?EIO=4&transport=polling&t=NqH9c8H 404 오류발생
8080포트를 통해 열려있는 socket.io가 https 작동하지 않는 문제
https에서 http요청을 하는 믹스 컨텐츠 문제는 해결 했지만 여전히 오류 발생중
서버에 8080 포트는 열려있어서 접속 가능 한 것을 확인
클라이언트에서도 요청하는 주소도 정해진 주소로 전달되는 것 같아서 다른 원인을 찾아야함
## Try (Action Items)
- [ ] 지정포트가 서버에 연결되어 있는지 확인
- [ ] http, https로 createServer 진행
- [ ] Todo 형식으로 작성해주세요.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the polling-xhr.js:157 404 request and the server's port 8080 configuration. Check the http and https createServer setup mentioned in the issue, then verify that the socket.io endpoint is reachable over the intended connection. Done means the polling request no longer returns 404 and the HTTPS connection works without mixed-content errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100