Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server example not working on Deno 2 and OS X #182

Open
nzoschke opened this issue Oct 24, 2024 · 2 comments
Open

server example not working on Deno 2 and OS X #182

nzoschke opened this issue Oct 24, 2024 · 2 comments

Comments

@nzoschke
Copy link

It seems like the webview causes the program to hang and not serve any HTTP responses, nor show any output in the wevbiew.

Steps to reproduce:

$ deno -version
deno 2.0.2
$ uname -a
Darwin studio.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64

$ deno run -Ar --unstable examples/server.ts
Listening on http://localhost:8080/

The webview window shows a blank screen. Furthermore the server is unresponsive:

$ curl http://localhost:8080/
<hangs>
@svilupp
Copy link

svilupp commented Nov 1, 2024

Same here! It would be awesome to sort out to build and serve mini Vue apps.

@svefro
Copy link

svefro commented Nov 7, 2024

same here on windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants