SOLO-5018
GrpcProxyEndpointFailedSoloError — System
GrpcProxyEndpointFailedSoloError
| Code | SOLO-5018 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot set the gRPC Web proxy endpoint. solo configures this endpoint so gRPC Web clients can reach the network, so this means that configuration step failed — for example the target service or port-forward was not reachable. It is retryable, since a transient connectivity issue often clears on a later attempt.
Troubleshooting Steps
- Check node update transaction logs: tail -n 100 ~/.solo/logs/solo.log
- Verify gRPC endpoints are reachable: kubectl get svc -n
- Retry the node update: solo consensus node update