Open dector opened 1 month ago
1.1.16
Linux 6.10.4-amd64 x86_64 unknown
import Html from "@elysiajs/html";
index.tsx
bun dev
Request is failed (with status 500) and there are logs in the console.
Request is failed (with status 500) and there are NO any logs in the console.
No response
node_modules
bun.lockb
yes
As a workaround I can use onError {}. But I kinda expect that in development mode server errors should be printed to the console. Is this by design?
onError {}
What version of Elysia is running?
1.1.16
What platform is your computer?
Linux 6.10.4-amd64 x86_64 unknown
What steps can reproduce the bug?
import Html from "@elysiajs/html";
(as suggested by VSCode) inindex.tsx
.bun dev
.What is the expected behavior?
Request is failed (with status 500) and there are logs in the console.
What do you see instead?
Request is failed (with status 500) and there are NO any logs in the console.
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?yes