R
Railway•10mo ago
ZETREY

how can i deploy my vue project

i get this error
Solution:
ayyy good catch!!
Jump to solution
19 Replies
Percy
Percy•10mo ago
Project ID: 4363cf6b-2cd1-4d52-8b71-762c6d675b17
ZETREY
ZETREY•10mo ago
4363cf6b-2cd1-4d52-8b71-762c6d675b17
ZETREY
ZETREY•10mo ago
GitHub
GitHub - ZHKING13/maVoixDashbord
Contribute to ZHKING13/maVoixDashbord development by creating an account on GitHub.
Brody
Brody•10mo ago
there's no errors in that screenshot, please provide full build logs
ZETREY
ZETREY•10mo ago
it all i get from the deploy log
ZETREY
ZETREY•10mo ago
Brody
Brody•10mo ago
looks like you have type errors, are you able to build this app locally?
ZETREY
ZETREY•10mo ago
yes
ZETREY
ZETREY•10mo ago
i can build in local without error
ZETREY
ZETREY•10mo ago
i get this error on railway
Brody
Brody•10mo ago
can you make sure the casing of the import files are correct?
ZETREY
ZETREY•10mo ago
Brody
Brody•10mo ago
doesn't really tell me much, are those component files cased correctly in your filesystem? to be more specific, do those component files start with a capital letter?
Sang Dang
Sang Dang•10mo ago
I also see the Components in one place and components in another place, it could be the issue
Solution
Brody
Brody•10mo ago
ayyy good catch!!
ZETREY
ZETREY•10mo ago
thanks it's okay now
Brody
Brody•10mo ago
awesome!
Sang Dang
Sang Dang•10mo ago
I have similar issue on Mac, which is quite rare. If I remember correctly, it started like this: - the folder named something - was changed to Something - then changed back to something the Mac somehow still "see" it as Something!!! so despite we pushed and it works fine on server, on my local Mac it failed, so I had to: - changed it to something2 <-- could be anything, just make sure it longer or shorter than original name - then change it back to something now it workssssss!!!!! OS are weird 🤯
Brody
Brody•10mo ago
very odd, but at least i now have this knowledge for any future help threads!