my Project doesn't Deploy
Anonymous
FREEOP

18 days ago

i have an issue i pushed wrong files by mistake to my github repo , i used 2 repo on the same project and i host them as 2 separate services 1 using Dockerfile to run Python app and the other use Nixpack pnpm Nodejs ( it was Railway ) idk why it became Nixpack but anyways i did a merge on github and things got messy now the build keep failing for both services

Screenshot_2026-05-04_212318.png

Attachments

$10 Bounty

3 Replies

Anonymous
FREEOP

18 days ago

image.png

image.png


Anonymous
FREEOP

18 days ago

the amount of files i have on the project makes me question myself what is going on 💔

image.png

Attachments


gyanavkhandelwal6396-cmyk
FREE

5 days ago

Your merge likely mixed the two service configs together, so Railway is trying to build the wrong app with the wrong builder (Python service picking up Node/Nixpacks files or vice versa).

Fix it by separating each service cleanly again: keep only the Python app + Dockerfile in the Python service root, keep only the Node app files (package.json, pnpm-lock.yaml) in the Node service root, then in Railway set the Python service builder to Dockerfile and the Node service builder to Nixpacks/manual Node before redeploying.

this will help u ig

cheers


Welcome!

Sign in to your Railway account to join the conversation.

Loading...