반응형
CanvasAPI 적용 중 Firebase 로그인 오류 발생
https://github.com/actions-on-google/dialogflow-interactive-canvas-nodejs
페이지에서 Setup Instructio
n 를 하는데 firebase login
단계에서 자꾸 아래와 같은 에러가 났다.
Error: Authentication Error: Your credentials are no longer valid.
Please run firebase login --reauth
“Oops!
Firebase CLI Login Failed
The Firebase CLI login request was rejected or an error occurred. Please run firebase login again or contact support if you continue to have difficulty logging in
“
해결 방법
$ set "NODE_TLS_REJECT_UNAUTHORIZED=0"
$ firebase login --no-localhost
간단히 해결!
반응형
'알고리즘 | Algorithm' 카테고리의 다른 글
[LeetCode 리트코드] Find a Corresponding Node of a Binary Tree in a Clone of That Tree (0) | 2021.01.07 |
---|---|
[LeetCode 리트코드] Kth Missing Positive Number (0) | 2021.01.07 |
[LeetCode 리트코드] Remove Duplicates from Sorted List IISolution - Python (0) | 2021.01.05 |
[프로그래머스] 정수삼각형 (DP, 파이썬) (0) | 2020.05.05 |
[프로그래머스] 도둑질 (DP, 파이썬) (0) | 2020.05.05 |