Wesley
Results
2
issues of
Wesley
Im several hours into a problem with receiving 502 from a php-fpm container in kubernetes, using caddy as ingress. And realized I never configured caddy, I need fastcgi to support...
enhancement
help wanted
good first issue
Version: `github.com/GetStream/stream-chat-go/v7 v7.0.0` ``` func WebhookIsValid(r *http.Request) bool { body, _ := io.ReadAll(r.Body) signature := r.Header.Get("X-Signature") return globalClient.VerifyWebhook(body, []byte(signature)) } ``` This always returns false, am I doing something wrong?