Arnór
Arnór
Explore posts from servers
RRailway
Created by Arnór on 8/22/2024 in #✋|help
build-time commands in docker image not being executed despite being listed
This appears to be a new issue relating to builds. I haven't made any changes to my deployment process / build setup / docker image etc for a couple of months now. The build looks almost normal, and everything goes green - but the build logs show all the commands are getting listed, but none of them show any output from the command. At first I thought it was because the commit was "approved" this morning, even though it was merged yesterday, and the UI indicates that it was deployed 16 hours ago.. (strange) But after I tried redeploying, the same thing happened.. it got deployed successfully even though it looks like something is off. The prisma migration table doesn't list any new migration or that a migration had failed, it just isn't there. (indicating that not only is there no output, but the command simply isn't being executed) Project ID: 58cd7410-04d6-4c6e-a74d-fa7c78455231
15 replies
RRailway
Created by Arnór on 8/22/2024 in #✋|help
UI unresponsive after clicking details
This is a weird new UI bug that I'm seeing that I can fully reproduce by doing the following: - Click on a deployment - Click the details tab - Close the deployment - Behold, deployment window is now fully unclickable After this sequence, I can click on the other services, or click the same service again to see the deployment list, but none of the clicks inside the deployments list will work after this until I reload the page. See attached screen recording
15 replies
RRailway
Created by Arnór on 8/22/2024 in #✋|help
new feature "needs approval" triggered by kodiakhq merges
No description
30 replies
RRailway
Created by Arnór on 6/19/2024 in #✋|help
log viewer broken (see video)
It appears as if the default log viewer is messed up - looks like some kind of view-reuse optimization gone horribly wrong. I have locomotive syncing the logs, and synced logs are just normal. This is on chrome on mac, and they have worked "reasonably well" before. That is, not broken like this. See video attchment (if video attchments are supported)
17 replies
RRailway
Created by Arnór on 6/18/2024 in #✋|help
Browsing logs
No description
26 replies
PPrisma
Created by Arnór on 6/12/2024 in #help-and-questions
Ordering of createMany items
When you use the create method and include a createMany, does Prisma guarantee the ordering of the items created? Or can they get created out of order? Eg. given the following:
prismaClient.opinion({
name: 'something',
favorite_fruit: {
createMany: {
data: [{ name: 'tomato' }, { name: 'orange' }]
}
}
})
prismaClient.opinion({
name: 'something',
favorite_fruit: {
createMany: {
data: [{ name: 'tomato' }, { name: 'orange' }]
}
}
})
in the above example, is the 'tomato' entry guaranteed to be created before the 'orange', or are they created potentially out of order?
4 replies
RRailway
Created by Arnór on 6/10/2024 in #✋|help
Can't reach database server at monorail..etc
This has been happening intermittently - but right now my deployed service, which was working a moment ago can't connect to the postgres database. The connections are failing with: Can't reach database server at monorail.proxy.rlwy.net:10861\n\nPlease make sure your database server is running at monorail.proxy.rlwy.net:10861. This is not really related to the other issue I have open, related to connecting to the db during the build process, so please do not conflate the two This process was serving data 5 minutes ago, and now I can't connect to the db, but the postgres service is still being shown as up and running in the railway dashboard Service ID: 58cd7410-04d6-4c6e-a74d-fa7c78455231
8 replies
RRailway
Created by Arnór on 6/10/2024 in #✋|help
Error connecting to database from deployment process
I'm getting an error connecting to a database instance from a different service during its deployment process. This process has worked pretty much flawlessly for two years, but now I'm getting this error when the deployment migration is performed from a Dockerfile: Error: P1001: Can't reach database server at monorail.proxy.rlwy.net:10861 The existing service, still running, can connect fine. And I can connect to the database remotely as well. project: 58cd7410-04d6-4c6e-a74d-fa7c78455231 service: a6f97426-e4a4-4286-a7cf-c259f98f5ff9
177 replies
RRailway
Created by Arnór on 6/5/2024 in #✋|help
Can't connect to postgresql
Seems to be behaving similarly to a couple of weeks ago, when there was an issue in https://status.railway.app/ I'm seeing the DB in the railway dashboard, and is reported as up and running - I have been able to connect to it intermittently - but haven't had a stable connection to it for 30 minutes. project id: 58cd7410-04d6-4c6e-a74d-fa7c78455231 service id: ade6159a-a640-4f0d-b8b8-44dc80f7c770
6 replies
RRailway
Created by Arnór on 5/27/2024 in #✋|help
Can't connect to postgres + redeployment failed
Both my app and my own computer can't connect to postgres. No deployment for 4 months. I tried restarting and redeploying, but the redeployment seems to have hung now, so reporting still deploying after 9 minutes Project ID 58cd7410-04d6-4c6e-a74d-fa7c78455231 Service ID ade6159a-a640-4f0d-b8b8-44dc80f7c770
13 replies