#Bun.server() error!!
1 messages · Page 1 of 1 (latest)
+1 I get the same issue. If it helps, it's sorta being tracked here:
https://github.com/oven-sh/bun/issues/3312
GitHub
What version of Bun is running? 0.6.9 What platform is your computer? Linux 5.4.0-45-generic x86_64 x86_64 What steps can reproduce the bug? repro.js Bun.serve() (It is a minimal reproduction) What...
I'd suggest trying a few things:
- Install the baseline version of bun (if you haven't already)
- Update your kernel (check how to do that here )
- If possible, modify your CPU (see the issue for more details)
i have kernal version 6.2.0-33-generic, and bun 1.0.3
Try installing the baseline version
it worked Thanks <3!