Last night @fluid sage fixed a 500 ("We'sorry, but something went wrong") error on my app that was due to a disconnect between my app and my database ostensibly because my railway up was linked to my Postgres service instead of my website service. I was very happy to get that help.
Today, I deployed a new version of the app and it appeared to deploy the app, but I again started getting the same error. I was going to re-deploy the database from the Database Service-> CMD+K->Deploy latest, but the dashboard shows that the database was redeployed in the time frame of my railway up, but the app shows as not having been deployed in two months. I have not moved forward to re-deploy either yet as I want to understand what is wrong with my console environment.
The output of my railway up sure looks like it is building the app and not the database. Am I misunderstanding something about the linking mechanism?
I have attached a screenshot of an excerpt of my console output from what I think is the app deploy.
What am I doing wrong here? I feel like I am not understanding something basic and it is keeping me from being able to troubleshoot this.
Thanks.