Vite proxied flutter run -d chrome
does not respond with RunRequest
#2425
Labels
flutter run -d chrome
does not respond with RunRequest
#2425
I'm proxying
flutter run -d chrome --web-port 5710
through a Vite proxy and it doesn't respond with aRunRequest
over the dwds websocket. When flutter.js, proxied through vite to run embedded in a Svelte app, creates the connection to the WebSocket, RunRequest never gets returned from the WebScoket.Here is the code I can manually run in the console to get a RunRequest (I copied this by going to
http:localhost:5710
and copying ConnectRequest from the Network tab):RunRequest is returned in response to the ConnectRequest through the WS proxy, so I've verified it's not the WebSocket proxy or a hostname origin issue. Do you have any ideas why this wouldn't respond with this event?
Here is the vite config:
The text was updated successfully, but these errors were encountered: