worried-planet-2191
11/06/2023, 4:17 PMrhythmic-agent-34208
11/06/2023, 4:17 PMbrief-honey-45610
11/06/2023, 4:18 PMblue-hair-70812
11/06/2023, 4:18 PMbrief-honey-45610
11/06/2023, 5:20 PMblue-hair-70812
11/06/2023, 5:21 PMbrief-honey-45610
11/06/2023, 9:50 PMblue-hair-70812
11/06/2023, 9:52 PMblue-hair-70812
11/06/2023, 9:54 PMrhythmic-agent-34208
11/06/2023, 9:55 PMrhythmic-agent-34208
11/06/2023, 9:56 PMrhythmic-agent-34208
11/06/2023, 10:02 PMblue-hair-70812
11/06/2023, 10:03 PMbrief-honey-45610
11/06/2023, 10:05 PMblue-hair-70812
11/06/2023, 10:06 PMrhythmic-agent-34208
11/06/2023, 10:08 PMrhythmic-agent-34208
11/06/2023, 10:10 PMbrief-honey-45610
11/06/2023, 10:10 PMrhythmic-agent-34208
11/08/2023, 7:40 PMrefined-airport-82874
12/06/2023, 6:54 PMrefined-airport-82874
12/11/2023, 1:00 PMrhythmic-agent-34208
12/14/2023, 3:51 PMrhythmic-agent-34208
12/20/2023, 12:08 AMrhythmic-agent-34208
12/20/2023, 12:17 AMrefined-airport-82874
12/20/2023, 4:27 PMrefined-airport-82874
12/22/2023, 3:59 PMloud-addition-84130
12/22/2023, 4:30 PMapiHostRequestHeaders: {
'X-Accel-Buffering': 'no',
'Content-Type': 'text/event-stream'
},
streamingHostRequestHeaders: {
'X-Accel-Buffering': 'no',
'Content-Type': 'text/event-stream'
}
The nginx Ingress configuration is pretty simple:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod-cloudflare
kubernetes.io/ingress.class: nginx
labels:
argocd.argoproj.io/instance: growthbook
name: growthbook-proxy
namespace: growthbook
spec:
rules:
- host: xxxxxxxx
http:
paths:
- backend:
service:
name: growthbook-proxy
port:
number: 3300
path: /
pathType: ImplementationSpecific
tls:
- hosts:
- xxxxxxxx
secretName: growthbook-proxy-tls
It’s difficult to troubleshoot because neither Nginx, GrowthBook, or the GrowthBook proxy records any errors in logs.
1st screenshot - without headers
2nd - with
last one - working one. without nginxrefined-airport-82874
12/22/2023, 6:30 PM