Description
Mobile can’t see photo sent directly by the app and messages after until reloading/clearing cache, other do see it, same for android and iphone, reloading,clearing cache and locking/unlocking phone fix it
Server Setup Information
- Server Setup Information
- Version of Rocket.Chat Server: 8.5.0
- Operating System: Linux (Amazon Linux 2023 - EKS)
- Deployment Method: Helm (chart 6.23.2) via ArgoCD on AWS EKS
- Number of Running Instances: 1
- DB Replicaset Oplog: MongoDB Atlas 8.0.26, 3-node Replica Set
- NodeJS Version: v22.22.3
- MongoDB Version: 8.0.26
- Proxy: AWS NLB → nginx-external ingress controller (2 pods, ingress-nginx 4.12.1) → RocketChat “one” pod
- Firewalls involved: AWS Security Groups, Atlas IP Whitelist
- File Storage: AWS S3 via IRSA
- Kubernetes: AWS EKS
- Node resources: 4 CPUs, 15.3GB RAM
- Pod limits: 1000m CPU, 3Gi memory
Any additional Information
ingress:
enabled: true
ingressClassName: nginx-external
annotations:
nginx.ingress.kubernetes.io/affinity: “cookie”
nginx.ingress.kubernetes.io/affinity-mode: “persistent”
nginx.ingress.kubernetes.io/session-cookie-name: “rc_session”
nginx.ingress.kubernetes.io/session-cookie-max-age: “172800”
nginx.ingress.kubernetes.io/proxy-connect-timeout: “30”
nginx.ingress.kubernetes.io/proxy-read-timeout: “3600”
nginx.ingress.kubernetes.io/proxy-send-timeout: “3600”
nginx.ingress.kubernetes.io/proxy-http-version: “1.1”
nginx.ingress.kubernetes.io/proxy-buffering: “off”
nginx.ingress.kubernetes.io/upgrade: “websocket”
nginx.ingress.kubernetes.io/proxy-body-size: “50m”
nginx.ingress.kubernetes.io/proxy-request-buffering: “off”
nginx.ingress.kubernetes.io/proxy-next-upstream: “off”
nginx.ingress.kubernetes.io/proxy-next-upstream-timeout: “0”
Any one have encountered this issue?