how change builder project
how change builder project from nixpacks to heroku buildpacks
28 Replies
Project ID:
3d90f8ed-19cd-4e9f-bddc-359df5318b5a
3d90f8ed-19cd-4e9f-bddc-359df5318b5a
i have a project on git hub which wrote on next, nestjs and vue when i deploy it i take the error. why?
heroku buildpacks has not been supported for quite some time now
ok. then how i can fix my problem with deploy
going forward please use this - https://bookmarklets.up.railway.app/log-downloader/
well what app do you want to deploy? set the applicable root directory in the service settings
i need to deploy every service separately?
yes of course
how i can if the project iin git hub?
oh i found it
as just mentioned, set the applicable root directory in the service settings
thanks
what the problem? is it?
locally it works
please use the bookmarklet that I linked above
sorry are you now how deploy vue project?
it give errors and tells that there is no start command and it really it is. what i should do?
what kind of vue project? Vue + Vite?
yes
https://github.com/railwayapp-templates/vue-starter
copy the nixpacks.toml and Caddyfile from this repo into your vue project.
if you have any custom build or start commands set on the service, you must remove them.
thanks
i need to git clone to the project directory?
no, as mentioned, copy the two files
oh ok sorry i didn’t see it
sorry where is bookmarks bar?
in your browser
this give me this file what i should do?
is this for the client or the server?
server
please make sure that the files and folders in GitHub have the same casing as they do locally
i found error. the problem is There is no difference in NESTJS file names, that is, they are called with a capital letter or with a small letter. but here it is.
that is the issue I just spoke of