bluwy / create-vite-extra

Extra Vite templates
Other
391 stars 62 forks source link

`deno-react-ts` hangs and shows blank page when start server #21

Closed char8x closed 1 year ago

char8x commented 1 year ago

Reproduce Step

deno run -A npm:create-vite-extra --template deno-react-ts
# Project name: example
cd example
deno task dev

Result

image

Environment

macOS 12.6.2 arm64 deno 1.29.1

bluwy commented 1 year ago

I can reproduce this for all Deno React templates too, including the JS version and SWC variants. Looks like the websocket server hangs somehow. Strangely it seems to work for the Preact and Solid templates.

I was able to run it fine with Deno 1.28.1. The issue is reproducible since 1.29.1 for me. (didn't test 1.29.0)

cc @bartlomieju

bartlomieju commented 1 year ago

Thanks for the report, we are aware of the problems, they are caused by our HTTP server implementation that we are currently reworking. Let's keep this issue open for now, I will let you know when we release updated version with new server.

bluwy commented 1 year ago

Closing as the upstream issue has been fixed.