codestates / codestates/OhWunWan
[✍️ Dev Log] 서영준 / 2022-06-14
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### 오늘은 어떻게 프로젝트에 기여했나요?
- https를 aws 웹 서비스를 사용하여 배포하려고 노력했습니다.
- 김대윤 엔지니어님의 조언을 따라서 https://localhost:4000/user/:1 (로컬환경) 대신에 https://<서버의 DNS 주소> (원격에 존재하는 인스턴스, REACT_APP_API_URL) 를 로컬 환경에 연결하려고 노력했습니다.
### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- 클라이언트의 client/src 내에 있는 app.js파일을 한 줄 고쳤지만 똑같은 에러가 나오고 있습니다. (net::ERR_CONNECTION_REFUSED, Network Error, Axios Error)
- 어느 부분에서 에러가 발생하는지 파악이 잘 안 되고 있습니다.
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
- [ ] 제가 모르는 부분에 대해서 agora-states에 추가적인 질문을 하였고 답변을 기다리고 있습니다. 김대윤, 윤보라 엔지니어님들의 답변 기다리겠습니다.
- [ ] https 배포에 대해서 추가적으로 인터넷 서칭을 해보고 답변을 찾도록 노력하겠습니다.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing client/src/app.js and the REACT_APP_API_URL value used for the remote AWS instance. Reproduce the Axios connection-refused error and trace the HTTPS deployment path; done means the client can reach the deployed API without the reported network error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100