20 Replies
Project ID:
3bbd4a87-8f97-4c9f-ae12-fc19da4d521a
3bbd4a87-8f97-4c9f-ae12-fc19da4d521a
do your logs show in the deployment logs?
I have my staging setup as a different project and its showing the logs
right but what does the deploy logs say?
Project ID production: 7b03f3e7-50a7-49a8-b2b6-5b585984e771
Project ID staging: 3bbd4a87-8f97-4c9f-ae12-fc19da4d521a
are you making sure to log unbuffered to stdout / stderr?
This is from staging. Same code.
what is your logging framework?
Nestjs logger and console.log
I redeployed my app and its working fine now. Thanks for you time @Brody . Really appreciate it π
oh thats good to hear! what method did you use to redeploy?
The native redeploy method which railway provides (using the same config)
through the 3 dot menu?
yup
that has a tendency to deploy old code, can you do another redeploy with this instead? https://bookmarklets.up.railway.app/service-redeploy/
tendency to deploy old codeWhat do you mean by "old code"?
maybe code was a subpar word, i mean it can sometimes redeploy an old deployment, instead of the deployment you clicked on
Ah okay. So its buggy.
But it worked correctly for me. π
Thanks for the hack btw