Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
@"Brielle Garcia" Camera kit web 0.15.0 resolved this for me. Thanks for the help Michael and Steven.
-
@"Michael Mase" Sent via Email. Thanks.
-
Thanks for the update, will do.
-
These lenses have been uploaded and do work on camera kit, and I did test with them on push2web previously. I am making revisions to them now and wanted to use push2web for faster preview & testing. I received the same error using the countdown template lens just now.
-
This is only on the push2web sample page, device pushing works fine. I do not have a push2web system in place for our application. https://camera-kit.snapchat.com/websdk/sample/push2web
-
When sitting on the Push2Web page after initializing I get a 504 timeout. (Firefox and Chrome had the same 504) Firefox: XHRPOST https://api-kit.snapchat.com/com.snap.camerakit.v3.PushToDevice/ListenLensPush [HTTP/3 504 15048ms] Chrome: Failed to load resource: the server responded with a status of 504 () 1…
-
Solved, Because my app is delivering the variable to the client it requires the prefix "NEXT_PUBLIC_" in front of the env variable.
-
The thing that got it working was that "skipLibCheck" in the tsconfig, thanks!