Deployment shows latest commit but application still serves old UI
Anonymous
PROOP

5 months ago

I’m facing an issue where Railway deployments complete successfully and show the latest GitHub commit, but the live application still serves old UI changes.

What is happening:

  • I made a small UI change (title update) and pushed it to the dev branch.
  • Railway picked up the latest commit and shows “Deployment successful”.
  • Build logs clearly show:
    • npm ci
    • npm run build
    • npm run start
  • However, when I open the deployed application (*.dev.supercoachai.app), the UI still shows the previous version, not the latest change.
  • The same change works correctly in localhost, so the code itself is fine.
Solved

1 Replies

sam-a
EMPLOYEE

5 months ago

Is the old UI showing up on machines that have never accessed the application before? If you hard-refresh (Cmd+Shift+R) the page do you still see the old version of the application?


Status changed to Awaiting User Response Railway 5 months ago


Railway
BOT

4 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 4 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...