Closed inetol closed 2 weeks ago
Only replicable with Bun (1.1.27 used)...
It's most likely a Bun issue then, thus closing.
That said, PR welcome for a simple workaround. Have a look at the stack trace. The scope is relatively limited and, therefore, it could be relatively simple to get to the bottom of this.
It doesn't seem to be an issue unique to Bun because it is now failing with Node.js as well.
Generating with Bâti these 3 setups without other modifications, adding the corresponding redirect and going to /external
it is possible to replicate the issue in all of them using dev mode:
Hono: https://stackblitz.com/edit/thxyoe-9ysctx?file=vite.config.ts Express: https://stackblitz.com/edit/wbpg9r-fhnqri?file=vite.config.ts H3: https://stackblitz.com/edit/g41jd2-bnhqu8?file=vite.config.ts
:+1: Can you publish the Express one to GitHub?
Sure https://github.com/inetol/vikejs-vike-1865
I have updated the instructions in the README
Fix pre-released as 0.4.199-commit-29f9afc
.
Description
Replicable with both Bun and Node.js...
Minimal reproduction: https://github.com/inetol/vikejs-vike-1865