2 months ago
i got a plan since im just developing an app The payment is void as you see, and i think this is what makes Rail cant get the last code pushed to GitHub
24 Replies
2 months ago
Hey, can you give us more details on exactly happens when you push code? Railway doesn't trigger a deploy?
it was working just after i paid, then stopped at some level, so I tried different things, but it kept the same issue. When I started to check, i found that the payment hadn't passed
2 months ago
So when you push a change on your Github, Railway doesn't trigger a deployment?
2 months ago
Did you get any build errors?
2 months ago
Can you share your build logs?
The logs remain the same, which is caused by rail cant have the last update from GitHub
2 months ago
So you're saying that Railway is deploying old code whenever you push an update on your Github?
2 months ago
You have type errors preventing your build from passing, nothing to do with Railway or GitHub
2 months ago
Please share your logs with the community so they can help you.
The TypeScript errors will be resolved once Railway builds from the updated code that's already fixed in my local files.
2 months ago
Push the changes then.
2 months ago
Also, Railway and your local PC are totally different environments, maybe your code builds locally but might not on Railway due to some issue
2 months ago
also known as "works on my machine"
2 months ago
Have you tried recreating a new service?
2 months ago
If you're pushing your changes to GitHub and then you immediately see a deployment on Railway, then Railway is getting the updates.
2 months ago
(Sanity check, is the latest commit hash in your branch the same as the deployed commit hash in Railway?)
2 months ago
What is the lastest commit sha?
2 months ago
You can get it by doing git log -1