echan
echan
RRailway
Created by echan on 3/26/2024 in #✋|help
Inspect volume data?
Is there a way to inspect volume data? I'd like to see the contents of the volume and inspect files/database stuff if possible.
5 replies
RRailway
Created by echan on 3/21/2023 in #✋|help
is there any way to indefinitely suspend a service?
Without removing a deployment, I just want to turn off a service to test it locally (the deployment would interfere with it if I test local). I don't see an option to do this. Am I missing something?
51 replies
RRailway
Created by echan on 2/21/2023 in #✋|help
Possible to "SSH" to railway project?
ssh might not be the right word, but I was wondering if it's at all possible to interact with an active deployment through the terminal. Like how you can access a Docker container's terminal.
15 replies
RRailway
Created by echan on 1/5/2023 in #✋|help
SSL_ERROR_NO_CYPHER_OVERLAP with cloudflare domain
I have a project whose domain is hosted on cloudflare, and when attempting to access the redirected domain on both firefox/chrome, I get
SSL_ERROR_NO_CYPHER_OVERLAP
SSL_ERROR_NO_CYPHER_OVERLAP
I've configured the proxy settings correctly afaik, any ideas?
6 replies
RRailway
Created by echan on 12/23/2022 in #✋|help
Sveltekit app fails to respond
Honestly I'm not entirely sure if I'm doing this correctly, but I've got a SvelteKit app running (works fine locally) on a Railway service -- the build/deploy seem to work fine, but it appears to not be responding when I visit the URL. Would this have something to do with the port? I'm not sure what port to listen on if so
12 replies
RRailway
Created by echan on 12/18/2022 in #✋|help
Setting up typesense with Railway?
If you're unfamiliar, typesense is a search engine server. There's a docker image for it, which I've used to deploy to a Railway instance. As far as I can tell, the proper port is exposed (8108), and it's also listed as an env variable in the project itself as PORT=8108. The deployment logs show no issue, yet I can't get a response from the app domain when querying with
curl https://kyd-typesense-production.up.railway.app:8108/health
curl https://kyd-typesense-production.up.railway.app:8108/health
I'm not sure if this is the proper place to post, but I thought I would try since I'm at a loss at the moment.
7 replies