[✓] Flutter (Channel stable, 3.41.5, on macOS 26.3.1 25D771280a darwin-arm64, locale en-IN) [1,486ms]
• Flutter version 3.41.5 on channel stable at /Users/birjuvachhani/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 2c9eb20739 (2 days ago), 2026-03-17 16:14:01 -0700
• Engine revision 052f31d115
• Dart version 3.11.3
• DevTools version 2.54.2
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, enable-custom-devices, cli-animations, enable-native-assets, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [10.4s]
• Android SDK at /Users/birjuvachhani/Library/Android/sdk
• Emulator version 36.4.10.0 (build_id 15004761) (CL:N/A)
• Platform android-36, build-tools 36.1.0
• ANDROID_HOME = /Users/birjuvachhani/Library/Android/sdk
• Java binary at: /usr/bin/java
This JDK was found in the system PATH.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version Java(TM) SE Runtime Environment (build 21.0.9+7-LTS-338)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.3) [4.9s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17C529
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [5ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (4 available) [10.1s]
• Birju’s iPhone (wireless) (mobile) • 00008110-000E35A83A82401E • ios • iOS 26.3.1 23D8133
• Jemini’s iPhone (wireless) (mobile) • 00008110-001E6D5C34C0A01E • ios • iOS 26.3.1 23D8133
• macOS (desktop) • macos • darwin-arm64 • macOS 26.3.1 25D771280a darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 146.0.7680.81
[✓] Network resources [1,286ms]
• All expected network resources are available.
• No issues found!
Steps to reproduce
Running web-server with hot reload/restart support across proxy breaks. I have seen it breaking on local network as well as when behind a proxy. When running on localhost and accessing from localhost, it works fine but when accessing through IP from a different computer on the same network or when behind a proxy, it breaks.
flutter run -d web-server --web-port=3001 --web-launch-url=http://192.168.0.210:3001.http://192.168.0.210:3001on a different computer on the same Network.Expected results
Successful hot reload/restart.
Actual results
Crashes the server and the loaded website becomes blank.
Code sample
Code sample
Run
flutter createto create a sample project. Should be reproducible with any flutter projects.Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output