Please Help with 404 Issue on Vercel Deployment - SolidStart App #1137
-
I have successfully deployed my SolidStart app to Vercel, but when I access the deployed URL, I'm encountering a 404 error. The deployment process seemed smooth, but I'm having trouble figuring out why the app is not loading as expected. |
Beta Was this translation helpful? Give feedback.
Answered by
wakaztahir
Dec 12, 2023
Replies: 1 comment 9 replies
-
You should give here, deployment URL, information about how you deployed your solid start app (ssg / ssr / adapter) & information about 404 (try opening network tab in chrome, see if all the resources are not loading) |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should install this package, Set it up in vite config like this
plugins: [solid({ adapter: vercel() })]
https://www.npmjs.com/package/solid-start-vercel
Also read its package details