a month ago
Hello,i'm deploying my web app here but its always using an old commit in this project its not using lasts commits and it doesn't show any errors.
here's the github's repository link
12 Replies
a month ago
Hey there! We've found the following might help you get unblocked faster:
🧵 [Settings.py](Settings.py) not updating despite new deployments - Caching issue?
🧵 Railway failing to deploy on non-functional change and network requests failing to reach server
🧵 Deploy a flutter web app with a Node.Js and Python backend eb15f489-753d-4f9c-8dec-07f540a7d6b9
If you find the answer from one of these, please let us know by solving the thread!
a month ago
Hey, your repository is private. Have you tried to deploy the latest commit via CMD/CTRL + K > Deploy latest commit? Furthermore, have you confirmed that the service is connected to the right branch?
a month ago
hey , yes i did it just now but same problem.
Yes I've confirmed that the service is connected to the right branch
jonah2xm
hey , yes i did it just now but same problem.Yes I've confirmed that the service is connected to the right branch
a month ago
Please provide screenshots of your current deployment, the source and branch of your service and the latest commit (for example on GitHub).
a month ago
here's the screenshots
jonah2xm
commits history
a month ago
Judging by the screenshots you have provided, the latest deploy is "commiting for railway test" and it is deployed on Railway. Although, the only weird part I can see is that the commit is supposedly from 15 minutes ago while the latest deployment of the same commit is an hour ago. May I ask you to make a commit to your repository such as just a single line of code printing something?
a month ago
jonah2xm
the reason commits is showing hour ago is just timezone im using is + 1 hour comparing where i ami did this in your voice mattersbut still no changes showed
a month ago
I am currently on my phone, so I can't check the headers when requesting your site. Do you have any caching mechanisms enabled via Cloudflare? I will get back to you after some time, as I am going to bed now.
a month ago
Hey, I noticed that you have a dist directory and Railway will serve the content of it by default when using Railpack. You can opt out of this by following the documentation https://railpack.com/languages/node/#static-sites or removing the dist folder and add it to your .gitignore file.
jonah2xm
the reason commits is showing hour ago is just timezone im using is + 1 hour comparing where i ami did this in your voice mattersbut still no changes showed
a month ago
Hey, have you managed to try out what I have suggested above and resolved the issue?
Status changed to Solved uxuz • 21 days ago