Workiva / webdev_proxy

A simple HTTP proxy for the webdev serve command (a tool authored by the dart team) that adds support for rewriting certain requests, namely rewriting 404s to instead serve the root index (/index.html). This allows developers to work on browser applications (like our own) that use HTML5 routing while still being able to refresh and/or navigate directly to deep links.
Other
11 stars 6 forks source link

SSE passthrough broken #10

Open alanknight-wk opened 3 years ago

alanknight-wk commented 3 years ago

Or else is causing a problem with micro-frontends.

Building the wdesk sdk example app it will not reload properly if one of the micro-frontends is built with DDC. If I use --no-injected-client it's fine. To reproduce just run the app, then reload localhost:8080

webdev 2.4.0 webdev_proxy 0.1.0 dart 2.7.2, 2.11.0-277.0.dev

alanknight-wk commented 3 years ago

I checked by re-activating webdev 2.4.0, and that it got dwds 0.5.5, and this still happens. So it doesn't seem to be related to the change to SEE endpoints in October 2020.