Hello Dirk and Duda,
thank you very much for your support.
There is a small typo in the PR that uses grpc.path instead of http.path on line 141 of file base.py
Additionally there is a validation check that forbids the same hosts and ports that doesn’t consider different paths.
This results in the following error message:
“Value error, http.port and grpc.port must be different if using the same host”.
You are probably right that gRPC will not allow exposure on a subpath. Trying to connect to the gRPC server raises the WeaviateGRPCUnavailableError. Unfortunatelly I can’t check right now if this is a firewall issue.
Not sure what to do right now, anyway, thank you for your answers.