how can i deploy my vue project
i get this error
19 Replies
Project ID:
4363cf6b-2cd1-4d52-8b71-762c6d675b17
4363cf6b-2cd1-4d52-8b71-762c6d675b17
ther is the repository https://github.com/ZHKING13/maVoixDashbord
GitHub
GitHub - ZHKING13/maVoixDashbord
Contribute to ZHKING13/maVoixDashbord development by creating an account on GitHub.
there's no errors in that screenshot, please provide full build logs
it all i get from the deploy log
looks like you have type errors, are you able to build this app locally?
yes
i can build in local without error
i get this error on railway
can you make sure the casing of the import files are correct?
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?
I also see the
Components
in one place and components
in another place, it could be the issueSolution
ayyy good catch!!
thanks it's okay now
awesome!
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 🤯very odd, but at least i now have this knowledge for any future help threads!