#Getting deployment issue to Vercel.
36 messages · Page 1 of 1 (latest)
Import from lowercase header instead
file name starts with uppercase
should I rename it to lowercase?
changing the case is giving error in vdi
You’re using a case insensitive system, while vercel builds in a case sensitive system
In your local OS, Header and header are the same
On vercel they are different
That’s the cause of the error
Rename the file to lowercase
Probably including some git mv magic, you should go to stackoverflow for this
Ok let me check
even after changing to lowercase, I'm still getting the same issue
then you need to give me a reproduction repo
also I was getting one more error so I commented that part out
I was getting this too, so I commented vision tools out
well because your folder name is Components not components
use the exact casing that github displays
no, it's components
anything else will fail on vercel
wait so I need to use uppercase?
as i said, your computer is case insensitive
so don't trust its casing
blame this on the person naming the folder Components
and go to stackoverflow to see how to rename it to components