It did work out! For some reason had to create a new service as it wasn’t mounting volume properly, immediately worked!
Another Issue I have is that none of the gRPC quories work, as it is unable to establish connection.
I have setup a custom domain on railway to proxy port 50051.
The gRPC connection gets closed, this is from weaviate client logs (ips redacted):
fastapi.exceptions.HTTPException: 500: Error in batch storage operation: Query call with protocol GRPC batch failed with message <AioRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: UNAVAILABLE: Socket closed"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"failed to connect to all addresses; last error: UNAVAILABLE: i: Socket closed", grpc_status:14, created_time:"2025-03-13T20:56:22.813025-07:00"}"
This happens trying to run insert_many - my assumption this would happen on any operation, which uses gRPC.
Any idea about that @DudaNogueira?