Failed to bind web development server:
SocketException: Failed to create server socket (OS Error: Failed to start accept), address = localhost, port = 8139
에러해결:
=>
OK, this is also my issue and I manage to find a workaround
1.) on cmd run "ipconfig"
2.) after running the "ipconfig" get the value of IPv4 Address.
3.) then on the app run:
flutter run -d chrome --web-port=8080 --web-hostname= the value of IPv4 Address
=> flutter run -d chrome --web-port=8080 --web-hostname=127.0.0.1
'개발 관련 이야기 > 플러터앱 개발' 카테고리의 다른 글
(플러터) 플러터스튜디오, 플러터 디자인 데모확인 (0) | 2020.06.13 |
---|---|
플러터) 데스크탑 앱 빌드 가능하다는... (0) | 2020.06.07 |
플러터 웹 / 플러터 데스크탑 앱 / 플러터 iOS앱 디버깅 (0) | 2020.06.06 |
Flutter Desktop Embedding on WINDOWS (0) | 2020.06.06 |
Deploying to the web (0) | 2020.05.31 |