#help! Canvas FREEZE in production when switching to a lenses (works in staging + localhost)

2 messages · Page 1 of 1 (latest)

inner fern
#

Hey everyone! Running into a weird issue with Camera Kit Web and hoping someone has seen this before.

The Problem:
When switching to a lens in production, the canvas freezes visually (but works perfectly in local host + staging).

Setup:

  • Single-canvas approach (using session.output.live)
  • React app with Camera Kit integrated
  • Lens loads successfully, play("capture") completes without errors
  • Issue only happens in production, not staging

Has this happened to anyone before? It seems to be related to the 2 render targets perhaps, the "live" output and the "capture" one

Again, weird is that it's only happening on production - Maybe it's happening to someone else too before I lose my mind! lol thanks

Relevant Docs:

inner fern
#

More details:

  1. Using Chrome and it's reproducing for me but on Safari it's not happening.
  2. A friend using Chrome - checked as well, NO ISSUES for them