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
-
Thanks Michael, that was it! I had been running on a "use server"; page because earlier I had not been able to run async/await code on a client page. For anyone else struggling with this, useEffect() can let you run camera kit on a client page!
-
Hey @Paigepiskin , I was running into this issue as well but just figured it out with help from @"Michael Mase" ! Here's the link to that thread: https://community.snap.com/snapar/discussion/comment/3348#Comment_3348 I hope it helps you as well!
-
Thanks so much, Michael! This is exactly what I needed. I got the app running! FYI, I was going off of this guide, among others: https://kit.snapchat.com/reference/CameraKit/web/0.10.0/index.html#md:importing-the-sdk The "Importing the SDK" section references bundlers but seems to indicate that they are not necessary. I…
-
Thank you for looking into this @"Michael Mase"! Here is the Git repo: https://github.com/auntie-alias/camkit-test3