Duplicates
Latest version
Current behavior 馃槸
Using the bare template, the dev server starts, but going to the site causes server errors:
[vite] Internal server error: File URL path must be an absolute path
Plugin: tanstack-start-directive-vite-plugin
File: /@solid-refresh
at fileURLToPath (native)
at transform (C:\Users\Palm\Desktop\solid-project\node_modules\@tanstack\directive-functions-plugin\dist\esm\index.js:19:12)
at <anonymous> (C:\Users\Palm\Desktop\solid-project\node_modules\vite\dist\node\chunks\dep-CfG9u7Cn.js:47598:19)
at processTicksAndRejections (native) (x4)
Expected behavior 馃
Visiting the site should not cause any server errors.
Steps to reproduce 馃暪
Steps:
- Create a new SolidStart project (I used the
bare template with TypeScript)
cd into the directory and install dependencies
bun --bun dev (why --bun?)
- Once the server starts, visit the site (eg.
localhost:3000)
- Notice the errors
Context 馃敠
I am trying to use SolidStart with Bun. It has worked great previously, but updating to 1.1.0 causes this issue.
Your environment 馃寧
System:
OS: Microsoft Windows [Version 10.0.26100.3037]
CPU: x86_64 (6 cores, 12 processors)
Binaries:
Bun: 1.2.2
npmPackages:
@solidjs/start@1.1.0
solid-js@1.9.4
vinxi@0.5.3
Duplicates
Latest version
Current behavior 馃槸
Using the
baretemplate, the dev server starts, but going to the site causes server errors:Expected behavior 馃
Visiting the site should not cause any server errors.
Steps to reproduce 馃暪
Steps:
baretemplate with TypeScript)cdinto the directory and install dependenciesbun --bun dev(why--bun?)localhost:3000)Context 馃敠
I am trying to use SolidStart with Bun. It has worked great previously, but updating to 1.1.0 causes this issue.
Your environment 馃寧