NodeJS app not updating when pushing to master
mattmili
TRIALOP

a year ago

Hi,

I'm facing an issue where my app isn't reflecting changes after updates are pushed to the master branch. Although a new deployment is triggered and the server restarts as expected, the changes are not visible. I've even added log messages to verify the updates, but they don't appear during or after the deployment.

Could you please help me troubleshoot this?

Thank you!

2 Replies

mattmili
TRIALOP

a year ago

Okay, so it seems to be fine if I use the `railway up` command from the terminal.


a year ago

Try setting NIXPACKS_NO_CACHE to 1


Loading...