-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The argument 'filename' must be a file URL object, file URL string, or absolute path string. #340
Comments
Your dependencies are out of date (sveltekit is at next.330 now). Please check if the problem still occurs with the most recent versions of sveltekit, vite and vite-plugin-svelte. If it does, provide a minimal reproduction in a stackblitz or github repository. Only include the dependency that causes this problem. |
unfortunately its still happening on the latest version. I tried debugging the error on vscode Is there a way to know what's causing this error? This is preventing my app to deploy. |
adding try catch around resolveDependencyData seems to bypass the error. |
@dominikg why isn't this already added into the library? |
I'm not going to work on this based on screenshots. Providing a minimal reproduction is required. |
No repro provided. We will consider reopening when you provided one |
Describe the bug
I am using tailwindcss, videojs
This is my dependencies.
I am getting the following error
The error seems to be vague. idk if any dependencies is causing the error.
Reproduction
[vite-plugin-svelte] The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received '\x00__vite-browser-external?commonjs-proxy'
Logs
No response
System Info
Severity
blocking all usage of vite-plugin-svelte
The text was updated successfully, but these errors were encountered: