App/Flutter

[Flutter error] Network Request Failed

sanadoing_ 2023. 3. 24. 18:14
728x90

 

에러 메세지

Emulator error Message
Network Request Failed

A network error (such as timeout, interrupted connection or unreachable host) has occurred.

terminal error Message

Ignoring header X-Firebase-Locale because its value was null.

 

 

 

 

 

해결 방법 🧞‍♂️

 

Emulator - Wipe Data 해주니 에러 해결 !

 

 

 

 

참고

https://stackoverflow.com/questions/60351960/flutter-firebase-auth-a-network-error-such-as-timeout-interrupted-connection 

 

Flutter Firebase Auth: A network error (such as timeout, interrupted connection or unreachable host) has occurred

I am trying to integrate authentication on Flutter using firebase_auth. However, whenever I call the verifyPhoneNumber("+256XXXXXXXXXX") I get the error message A network error (such as t...

stackoverflow.com

 

728x90