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!
Sign up for our live Camera Kit office hour on July 17 @ 9:30am (PT) / 4:30pm (GMT)

GET camera-kit .. /groups/e9e8c227-b8e5-4eb5-871b-22 403 (Forbidden) why???

Added camera-kit and following the tutorial added this:

const lens = await cameraKit.lensRepository.loadLensGroups(
['e9e8c227-b8e5-4eb5-871b-22568078272a']
);

It loads the camera but when try to access it's link on https://camera-kit-api.snapar.com/com.snap.camerakit.v3.Lenses/groups/e9e8c227-b8e5-4eb5-871b-22568078272a it return a 403 Forbidden

Anyone know why? all my lens group was created normally and I have few lens for test there.

Answers

  • Michael Mase
    Michael Mase Posts: 66 🔥🔥

    Hi @Herson Rodrigues! Can you tell me a little more about your development environment? Keep in mind, if you are not running your site locally through localhost and are using an IP address like 127.0.0.1 or 192.168.1.100, for example, you will need to use https.

Categories