void payment
brolumpy1
HOBBYOP

3 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

3 months ago

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


brolumpy1
HOBBYOP

3 months ago

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


brolumpy1
HOBBYOP

3 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


3 months ago

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


brolumpy1
HOBBYOP

3 months ago

Yes the error I get is Deployment failed all the time


Did you get any build errors?


3 months ago

Can you share your build logs?


brolumpy1
HOBBYOP

3 months ago

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


3 months ago

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


brolumpy1
HOBBYOP

3 months ago

yes


3 months ago

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


3 months ago

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


brolumpy1
HOBBYOP

3 months ago

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


3 months ago

Push the changes then.


3 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


3 months ago

also known as "works on my machine"


brolumpy1
HOBBYOP

3 months ago

rail is not getting updates since 3 hours of trying


Have you tried recreating a new service?


3 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

3 months ago

yes 3


3 months ago

What is the lastest commit sha?


brolumpy1
HOBBYOP

3 months ago

it is note getting the last upadte


3 months ago

You can get it by doing git log -1


Loading...