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
when I start with bun --bun dev I get the folling errors ~10 times.
14:34:09 [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 (F:\Github\calque\node_modules\@tanstack\directive-functions-plugin\dist\esm\index.js:23:12)
at <anonymous> (F:\Github\calque\node_modules\.deno\[email protected]\node_modules\vite\dist\node\chunks\dep-CfG9u7Cn.js:47598:19)
at processTicksAndRejections (native)
What is kind of weird, and I don't quite understand is that when I modify the id from /@____ to @/____ then everything works just fine. So my suspicion is that this either is a misconfiguration in vite's path resolvers or perhaps the path ought to be /solid-refresh instead (/@solid-refresh is not the only problem case. when I originally dug around I only modified solid-refresh's id, but I then immediately got the same error for /@manifest instead, this is why I think this is a more general error not specific to just solid-refresh).
Which project does this relate to?
Start
Describe the bug
the bug/error seems to be in
directive-functions-plugin
when I start with
bun --bun dev
I get the folling errors ~10 times.What is kind of weird, and I don't quite understand is that when I modify the
id
from/@____
to@/____
then everything works just fine. So my suspicion is that this either is a misconfiguration in vite's path resolvers or perhaps the path ought to be/solid-refresh
instead (/@solid-refresh
is not the only problem case. when I originally dug around I only modified solid-refresh's id, but I then immediately got the same error for/@manifest
instead, this is why I think this is a more general error not specific to just solid-refresh).Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
git clone https://github.com/chris-kruining/calque.git
bun --bun dev
localhost:3000
in browserExpected behavior
No response
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: