How to increase the message size limit? - Community Guides - OpenReplay Forum Answer to this
http:
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
env:
BEACON_SIZE_LIMIT: “10000000”
seems to have fixed our original issue.
Based on this, what could have been the original issue?