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).
Let me reiterate, when running this locally, it works fine as expected.
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
- Using Chrome and it's reproducing for me but on Safari it's not happening.
- A friend using Chrome - checked as well, NO ISSUES for them
3, Firefox WORKS for me, same computer
THREE different browsers THREE behaviors?!