2 months ago
Hello Railway Team , I Deployed A Docker image of Qdrant Database . I have been trying to connect to it but its not working . The public url that is generated is not working .
10 Replies
2 months ago
can anyone from the railway team help me with it ?
2 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 2 months ago
2 months ago
Thankyou . But i need a solution maybe ? Rather than making the thread public you could have answerd if i am in the wrong or is it a problem with the Railway Service ? I have been having the same problem from the last 6-8 hours
2 months ago
This is not an issue with our platform or product, so unfortunately we are unable to provide support. That is where the community comes in, though!
2 months ago
Hey, are you sure you generated the HTTP Proxy on the correct port (default is 6333 for web and 6334 for grpc)? You can also give the qdrant template a try.
2 months ago
I apologies if i am being an idiot here .
2 months ago
Are you appending the port number to the URL by any chance? Like: https://qdrant-production-[...].up.railway.app:6333 . The public URL automatically handles traffic routing, so you only need to access it like this: https://qdrant-production-[...].up.railway.app (without :6333).
2 months ago
Tried both actually . Nothing works . It only works when i add a custom domain and proxy through cloudflare . It used to work before but currently not working for some reason
2 months ago
If it works when using a custom domain, it means your ISP or network is almost certainly blocking Railway's default .up.railway.app domains. Try a different network (like mobile data for example) and check if it works.
