This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
[HPM] Error occurred while trying to proxy request #60
Answered
by
justinyoo
minsforgh
asked this question in
2 Q&A - 클라우드 스킬 챌린지
-
클라우드 챌린지 " Azure Static Web Apps를 통한 사용자 인증 / 연습 - 사용자 인증 추가 " 수행 중 문제 발생하여 도움 요청합니다. 무시하고 진행 하였을 시에는 |
Beta Was this translation helpful? Give feedback.
Answered by
justinyoo
Aug 6, 2021
Replies: 1 comment
-
애저 펑션 API를 실행시키지 않아서 생기는 문제입니다. 해결 방법은 아래와 같습니다.
이렇게 하면 문제가 해결될 거예요. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minsforgh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
애저 펑션 API를 실행시키지 않아서 생기는 문제입니다. 해결 방법은 아래와 같습니다.
cd api
명령어로 API 디렉토리로 이동한다.func start
명령어로 애저 펑션 API를 실행한다.cd angular-app
명령어로 Angular 앱으로 이동한다.npm start
명령어로 앱을 실행한다.이렇게 하면 문제가 해결될 거예요.