root
Explore posts from serversvolume migration stuck
All of the volumes in https://railway.app/project/b96c760d-d6df-4c8e-9b31-fc7b3383aadb have been migrating for half an hour now.
Project ID: b96c760d-d6df-4c8e-9b31-fc7b3383aadb
59 replies
Nextcloud reverse proxy configuration
(from https://discord.com/channels/713503345364697088/727689277219012669/1204859454462369833)
(cc @Vin @Brody)
Nextcloud needs to be told that it's behind a reverse proxy, and what reverse proxy it's behind. I'm not sure how to do this without terminal access.
26 replies
Setting a start command for a Docker service
I'm trying to set up SurrealDB, which requires using
surreal start <database path>
as a start command. The problem is, it's now stuck in "Deploying".
Project ID: ab2b3cb5-9d04-4621-80ad-fd4850d3850d20 replies
Postgres: random inexplicable OOM
Project ID: N/A
(any of them)
When trying to run the query
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'
on any database, it gives an out-of-memory error. When I add a semicolon, my app segfaults.
A snippet of my code:
(ignore the debugging™️)3 replies
domains went poof
Project ID: 5174fbe2-5bf0-48bf-b7ed-fcaa0f75c370
I have two services, a Nuxt app and an Apollo GraphQL server. Up until a couple of minutes ago, they both had domains. Now they don't. I didn't touch anything, so I don't know what happened.
13 replies
Spring Boot: "no main manifest attribute"
Project ID: 56d9c164-0476-4afa-a370-4f5fa5bb0520
I'm trying to deploy a Spring Boot application, and the deploy logs say "no main manifest attribute, in build/libs/<project>.jar".
This seems similar to <#1042504739323138119>.
I've already tried setting both
springBoot.mainClass
and bootJar.mainClass
in my build.gradle
, but neither worked.9 replies
Logs not showing & docker not caching
Project ID: 6935b899-6cdf-43f9-b604-1e667b9b80b3
The problem:
I'm logging a bunch of stuff to
stdout
, but it's not showing up in the deploy logs.
Not a problem, just wondering:
Why is Docker not caching the first command in my Dockerfile? It shouldn't depend on anything, should it?
Here's my Dockerfile:
4 replies
org.postgresql.util.PSQLException SSL error Certificates do not conform to algorithm constraints
This happens when I try to connect to my Postgres database with
kit/sql
(which uses JDBC).
(framework: https://kit-clj.github.io/)8 replies
Boost CMake config being weird
Project ID: a302573a-79c5-49ff-b45f-10042279fe19
Code: https://github.com/aleksrutins/litelytics (currently re-rewriting)
Relevant logs:
What does this even mean?
(note: this is my first real proper actual C++ project, and my absolute first with CMake.)
3 replies
Rocket app gives a server error
Project ID: a302573a-79c5-49ff-b45f-10042279fe19
Code: https://github.com/aleksrutins/litelytics
My app works fine locally, but when I try to deploy it to Railway, it doesn't work and doesn't log anything either.
18 replies