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:
- Camera Kit Web SDK: https://docs.snap.com/camera-kit/web/get-started
- Canvas rendering: https://docs.snap.com/camera-kit/web/guides/rendering