Request for https://api-kit.snapchat.com/com.snap.camerakit.v3.Lenses/groups/.../..../ timed out by client timeout handler I updated the snapchat lens and now I'm getting a timed out issue. I have tested my api ket and lens/group id on the tester and they seem to be working. Does anyone have any insight? EDIT: I am getting…
I have the following code to initialize the canvas and snap lens const cameraKit = await bootstrapCameraKit({ apiToken }); const canvas = document.createElement('canvas'); canvas.id = "myCanvas"; document.body.appendChild(canvas); const session = await cameraKit.createSession({ liveRenderTarget: canvas }); const source =…