bluwy/create-vite-extra

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

char8x opened this issue · 3 comments

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

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

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

Closing as the upstream issue has been fixed.