You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: