Skip to content

Plugin Troubleshooting

Issue: Tests fail with “protocol version mismatch”. Fix: Ensure your plugin implements the correct version of the gRPC protocol.

Issue: Tests fail with “context deadline exceeded”. Fix: Your plugin is taking too long to respond. Optimize your code or check network latency if calling external APIs.

Issue: Certification fails. Fix: Ensure ALL conformance tests pass. Certification requires 100% pass rate.