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
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.