Flutter

[flutter] W/System: Ignoring header X-Firebase-Locale because its value was null

에릭 Kim 2022. 7. 18. 03:28
반응형

W/System: Ignoring header X-Firebase-Locale because its value was null 

 

firebase와 연동한 프로젝트를 빌드하는 과정에서 다음과 같은 에러를 만날 수도 있습니다.

 

 

이러한 에러가 뜨는 데에는 다양한 원인이 있지만 보통은 에뮬레이터가 인터넷에 연결이 제대로 안되어 있는 경우가 많습니다 !! 

 

프로젝트 상에서는 제대로 연결되어 있는 거처럼 보이고 또 빌드 과정에서도 문제가 없다고 생각할 수 있지만 에러가 계속해서 발생하게 된다면 에뮬레이터를 종료했다가 다시 연결해보면 정상적으로 동작할 수 있습니다 

 

그 외에도 auth 과정에서 이메일/비밀번호를 로그인 경로로 설정하지 않았거나, manifest.xml 파일에 추가해야 할 항목들이 있으니 첨부된 사이트를 참고해보는 것도 좋을 거 같습니다 

 

https://stackoverflow.com/questions/64727665/w-system-ignoring-header-x-firebase-locale-because-its-value-was-null

 

W/System: Ignoring header X-Firebase-Locale because its value was null

Im very new to android studio. I'm trying to make a signup page with email and password authentication with Firebase. Howerver, whenever I try to click the sign up button it gives: W/System: Ignor...

stackoverflow.com

 

반응형

'Flutter' 카테고리의 다른 글

[flutter] Failed host lookup: 에러  (0) 2022.07.20
[flutter] git checkout & pull 오류  (0) 2022.07.18
[flutter] Firebase has not been correctly initialized  (0) 2022.07.13
[Flutter] Validation  (0) 2022.06.28
[Flutter] Date Picker & Time Picker  (0) 2022.06.23