echan
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
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
I've configured the proxy settings correctly afaik, any ideas?
6 replies
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
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
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