Streaming does work not on Vite/MacOS #9252
Labels
bug:unverified
feat:deferred
needs-response
We need a response from the original author about this issue/PR
Reproduction
I have an absolutely fresh remix installation w/ streaming support.
https://github.com/vladmiller/remix-broken-streamin-test
The problem is that it does not work on my dev machine, however, the same code works in stakblitz.
I have tried downgrading local node to
v18.20.2
(similar to what stackblitz) – example still fails.System Info
Used Package Manager
pnpm
Expected Behavior
After two seconds, I expect to see
This is your message: Hello world
on the screen.Actual Behavior
If fails with
Additional information
The code works on local environment in incognito mode, when all extensions are disabled.
Disabling all extensions and enabling them one by one reveals that it's
Spoof Geolocation Extension
that breaks the code.https://webextension.org/listing/spoof-geolocation.html
https://addons.mozilla.org/en-US/firefox/addon/spoof-geolocation/
Observation
This is not relevant to remix, and most likely an issue with the
@hey-api/openapi-ts
package, however, OpenAPI methods generated from@hey-api/openapi-ts
are failing to defer.Instead I need to wrap them in another promise
The text was updated successfully, but these errors were encountered: