19 days ago
I have a persistent issue where after making some cometic tweaks I'm unable to see the changes on either custom or railway live URLs despite the right commit being deployed on railway. Local code is fine, git is fine, commit is fine, deployment is fine, the branch is fine, railways says it has the correct deployed properly with correct code changes but nobody can see the changes on the live website. I tried clearing cache, flashing DNS, looking at the content through web proxies etc. Sometimes it fixes itself or seemingly randomly starts working after I spend an hour fiddling around with cache, restarts, pushing blank commits etc. This is unusable for development the way it is right now. Any ideas what that could be? Thanks!
-edit-
I think this could be an issue of some previous commits being skipped.
3 Replies
18 days ago
Can you confirm that the production deployment is the on the latest commit?
You can also try to disconnect and reconnect to github to try resync everything.
You should also check if the branch connected to railway is the same you're pushing the code to.
18 days ago
The problem is solved. I'm not sure how to mark this thread as resolved. Railways was skipping commits for some reason. Even though I was on the latest commit, a bunch of visual changes were missing from previous commits.
18 days ago
I think you need to select an answer and mark it as the answered or something