You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,3 +146,10 @@ Related issues: [#115](https://github.com/anycable/anycable-rails/issues/115)
146
146
## Websocket connections are not closed by load balancer
147
147
148
148
Check out the [#83](https://github.com/anycable/anycable-go/issues/83) and [this comment](https://github.com/anycable/anycable-go/issues/83#issuecomment-597769178) in particular.
149
+
150
+
## RPC error: `missing selected ALPN property`
151
+
152
+
In the recent versions, `grpc-go` introduced APLN enforcement which may cause connectivity issues.
153
+
A quick fix is to provide the `GRPC_ENFORCE_ALPN_ENABLED=false` environment variable.
154
+
155
+
See issues: [#256](https://github.com/anycable/anycable/issues/256).
0 commit comments