Could not load /vercel/path0/vendor/tightenco/ziggy/dist/vue.es.js #9798
Unanswered
phelps-90
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello i am facing the issue trying to deploy my Laravel, Inertia, Vite, Vue app on vercel.
i have no error testing my app in my localhost, everythinh works...
Vercel insted print this error:
[vite:load-fallback] Could not load /vercel/path0/vendor/tightenco/ziggy/dist/vue.es.js (imported by resources/js/app.js): ENOENT: no such file or directory, open '/vercel/path0/vendor/tightenco/ziggy/dist/vue.es.js' error during build: Error: Could not load /vercel/path0/vendor/tightenco/ziggy/dist/vue.es.js (imported by resources/js/app.js): ENOENT: no such file or directory, open '/vercel/path0/vendor/tightenco/ziggy/dist/vue.es.js' Error: Command "npm run build" exited with 1
This is my vite.config.js file:
and this is my app.js file:
how can i fix with vercel?? Thank you
Beta Was this translation helpful? Give feedback.
All reactions