void payment
brolumpy1
HOBBYOP

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

passos
MODERATOR

2 months ago

Hey, can you give us more details on exactly happens when you push code? Railway doesn't trigger a deploy?


brolumpy1
HOBBYOP

2 months ago

Rail can't get the last updates from the i have pushed to GitHub


brolumpy1
HOBBYOP

2 months ago

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


passos
MODERATOR

2 months ago

So when you push a change on your Github, Railway doesn't trigger a deployment?


brolumpy1
HOBBYOP

2 months ago

Yes the error I get is Deployment failed all the time


Did you get any build errors?


passos
MODERATOR

2 months ago

Can you share your build logs?


brolumpy1
HOBBYOP

2 months ago

The logs remain the same, which is caused by rail cant have the last update from GitHub


passos
MODERATOR

2 months ago

So you're saying that Railway is deploying old code whenever you push an update on your Github?


brolumpy1
HOBBYOP

2 months ago

yes


brody
EMPLOYEE

2 months ago

You have type errors preventing your build from passing, nothing to do with Railway or GitHub


brody
EMPLOYEE

2 months ago

Please share your logs with the community so they can help you.


brolumpy1
HOBBYOP

2 months ago

The TypeScript errors will be resolved once Railway builds from the updated code that's already fixed in my local files.


brody
EMPLOYEE

2 months ago

Push the changes then.


passos
MODERATOR

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


passos
MODERATOR

2 months ago

also known as "works on my machine"


brolumpy1
HOBBYOP

2 months ago

rail is not getting updates since 3 hours of trying


Have you tried recreating a new service?


passos
MODERATOR

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.


(Sanity check, is the latest commit hash in your branch the same as the deployed commit hash in Railway?)


brolumpy1
HOBBYOP

2 months ago

yes 3


brody
EMPLOYEE

2 months ago

What is the lastest commit sha?


brolumpy1
HOBBYOP

2 months ago

it is note getting the last upadte


passos
MODERATOR

2 months ago

You can get it by doing git log -1


Loading...